Html Css Color HEX #CEEA05 Electric Lime

📋 copy color: '#CEEA05'

red 206 ◦ green 234 ◦ blue 5

#CEEA05
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CEEA05

Tints of Electric Lime #CEEA05

RGB

 RED value IS 206 (80.86% from 255) = 46.29%

 GREEN value IS 234 (91.8% from 255) = 52.58%

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 46.29%
G = 52.58%
B = 1.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEEA05 (or 0xCEEA05) is known color: Electric Lime. HEX triplet: CE, EA and 05. RGB value is (206,234,5). Sum of RGB (Red+Green+Blue) = 206+234+5=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 234 (91.80% from 255 or 52.58% from 445); Blue value is 5 (2.34% from 255 or 1.12% from 445); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEA05 is #3115FA. Grayscale: #C8C8C8. Windows color (decimal): -3216891 or 387790. OLE color: 387790.

HSL color Cylindrical-coordinate representation of color #CEEA05: hue angle of 67.34º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEEA05 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 234 5 -
CMYK 0.12 0 0.98 0.08
HSL 67.34º 0.96% 0.47% -
HSV(B) 67.34º 0.98% 0.92% -
XYZ 54.9 71.98 11.14 -
YUV 199.52 18.22 132.62 -
System Red Green Blue C M Y K H S L
Decimal 206 234 5 0.12 0 0.98 0.08 67.34 0.96 0.47
Hex CE EA 5 C 0 62 8 43 60 2F
Octal 316 352 5 14 0 142 10 103 140 57
Binary 11001110 11101010 101 1100 0 1100010 1000 1000011 1100000 101111

Color Harmonies of #CEEA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEA05

Black with #CEEA05

Text Example


Text Example

White with #CEEA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEA05; }

 p { color: rgb(206,234,5); }

 H1.HeaderClassName
 {
   color: #CEEA05;
 }
 .AnyTagClassName
 {
   color: #CEEA05;
 }
</style>

background-color css

<style>
 a { background-color: #CEEA05; }

 a { background-color: rgb(206,234,5); }

 div.DivClassName
 {
   background-color: #CEEA05;
 }
 .BgClassName
 {
   background-color: #CEEA05;
 }
</style>

border-color css

<style>
 span { border-color: #CEEA05; }

 span { border-color: rgb(206,234,5); }

 td.TdClassName
 {
   border-color: #CEEA05;
 }
 .TagClassName
 {
   border-color: #CEEA05;
 }
</style>