Html Css Color HEX #CEE008 Electric Lime

📋 copy color: '#CEE008'

red 206 ◦ green 224 ◦ blue 8

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

Shades of Electric Lime #CEE008

Tints of Electric Lime #CEE008

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.14%

 BLUE value IS 8 (3.52% from 255) = 1.83%

R = 47.03%
G = 51.14%
B = 1.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#CEE008 (or 0xCEE008) is known color: Electric Lime. HEX triplet: CE, E0 and 08. RGB value is (206,224,8). Sum of RGB (Red+Green+Blue) = 206+224+8=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 8 (3.52% from 255 or 1.83% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE008 is #311FF7. Grayscale: #C2C2C2. Windows color (decimal): -3219448 or 581838. OLE color: 581838.

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

Color convert

RGB 206 224 8 -
CMYK 0.08 0 0.96 0.12
HSL 65º 0.93% 0.45% -
HSV(B) 65º 0.96% 0.88% -
XYZ 52.15 66.45 10.31 -
YUV 193.99 23.04 136.56 -
System Red Green Blue C M Y K H S L
Decimal 206 224 8 0.08 0 0.96 0.12 65 0.93 0.45
Hex CE E0 8 8 0 60 C 41 5D 2D
Octal 316 340 10 10 0 140 14 101 135 55
Binary 11001110 11100000 1000 1000 0 1100000 1100 1000001 1011101 101101

Color Harmonies of #CEE008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE008

Black with #CEE008

Text Example


Text Example

White with #CEE008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE008; }

 p { color: rgb(206,224,8); }

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

background-color css

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

 a { background-color: rgb(206,224,8); }

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

border-color css

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

 span { border-color: rgb(206,224,8); }

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