COLOR #0CE633

HEX: #0CE633
RGB: (12,230,51)

Color info

#0CE633 contains mainly green color. Web safe color of #0CE633 is #00CC33 (or #0C3).

RGB color model

#0CE633 color RGB value is (12,230,51).

  • red value is 12;
  • green value is 230;
  • blue value is 51.
RGB:
(12,230,51)
(5%,90%,20%)

RGB channels and saturation

R 12 of 255 = 5%
G 230 of 255 = 90%
B 51 of 255 = 20%

12
230
51

R + G + B ~ 38%. #0CE633 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 230 + 51 = 293 (100%)
R 12 of 293 ~ 4.1%
G 230 of 293 ~ 78.5%
B 51 of 293 ~ 17.41%

%78.5
%17.41

CMYK color model

#0CE633 color CMYK value is (95,0,78,10).

  • cyan value is 94.78%
  • magenta value is 0.00%
  • yellow value is 77.83%
  • key color value is 9.80%
CMYK:
(95,0,78,10)
C95M0Y78K10 
(95%,0%,78%,10%)
(0.95/0.00/0.78/0.10)	

CMYK percentages

%94.78
%0
%77.83
%9.8

Codes

Color #0CE633 in popluar color models

0CE633
RGB1223051
HSL131°90.08%47.45%
HSB/HSV131°94.78%90.20%
CMYK94.78%0.00%77.83%
9.80%

Color #0CE633 in popluar number systems.

HEX0CE633
Decimal1223051
Binary110011100110110011
Octal1434663

Shades and tints

Shades of #0CE633

#0CE633
(12,230,51)
#0BD22F
(11,210,47)
#0ABE2B
(10,190,43)
#09AA27
(9,170,39)
#089623
(8,150,35)
#07821F
(7,130,31)
#066E1B
(6,110,27)
#055A17
(5,90,23)
#044613
(4,70,19)
#03320F
(3,50,15)
#021E0B
(2,30,11)
#000000
(0,0,0)

Tints of #0CE633

#0CE633
(12,230,51)
#22E845
(34,232,69)
#38EA57
(56,234,87)
#4EEC69
(78,236,105)
#64EE7B
(100,238,123)
#7AF08D
(122,240,141)
#90F29F
(144,242,159)
#A6F4B1
(166,244,177)
#BCF6C3
(188,246,195)
#D2F8D5
(210,248,213)
#E8FAE7
(232,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CE633 color. Also use rgb(12,230,51) instead hex code.

Text Font Color

.myTextColor { color: #0CE633; }

<p style="color:#0CE633">This sample text font color is #0CE633.</p>

This text font color is #0CE633.


Background Color

.myBgColor { background-color: #0CE633; }

<div style="background-color:#0CE633">Inner text</div>

This div background color is #0CE633.


Border color

.myBorderColor { border: 1px solid #0CE633; }

<div style="border:3px solid #0CE633">Div</div>

This div border color is #0CE633.


Opacity

.myOpacity80 { color: #0CE633; opacity: 0.8; }

<p style="color:#0CE633;opacity:0.8;">80%</p>

Text with #0CE633 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0CE633;}

<p style="text-shadow: 3px 3px 1px #0CE633">Text here.</p>

This text has shadow with #0CE633 color.

.textShadow {text-shadow: 3px 3px 1px #0CE633, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0CE633, 5px 5px 20px red">Text here.</p>

This text has shadow with #0CE633 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0CE633, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0CE633, Direction=45, Strength=4)">Text</p>

This text has shadow with #0CE633 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0CE633;
  -webkit-box-shadow:	1px 1px 3px 2px #0CE633;
  box-shadow:		1px 1px 3px 2px #0CE633;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0CE633;
-webkit-box-shadow: 1px 1px 3px 2px #0CE633;
box-shadow:1px 1px 3px 2px #0CE633;">
Div content here</div>
This div box has shadow with color #0CE633.

Preview

Color preview on black background

This text has color #0CE633 on black background.


Color preview on white background

This text has color #0CE633 on white background.



Black color preview on #0CE633 background

This text has black color on #0CE633 background.


White color preview on #0CE633 background

This text has white color on #0CE633 background.