Html Css Color HEX #CEE006 Electric Lime

📋 copy color: '#CEE006'

red 206 ◦ green 224 ◦ blue 6

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

Shades of Electric Lime #CEE006

Tints of Electric Lime #CEE006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.38%

R = 47.25%
G = 51.38%
B = 1.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#CEE006 (or 0xCEE006) is known color: Electric Lime. HEX triplet: CE, E0 and 06. RGB value is (206,224,6). Sum of RGB (Red+Green+Blue) = 206+224+6=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 224 (87.89% from 255 or 51.38% from 436); Blue value is 6 (2.73% from 255 or 1.38% from 436); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE006 is #311FF9. Grayscale: #C2C2C2. Windows color (decimal): -3219450 or 450766. OLE color: 450766.

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

Color convert

RGB 206 224 6 -
CMYK 0.08 0 0.97 0.12
HSL 64.95º 0.95% 0.45% -
HSV(B) 64.95º 0.97% 0.88% -
XYZ 52.14 66.45 10.25 -
YUV 193.77 22.04 136.73 -
System Red Green Blue C M Y K H S L
Decimal 206 224 6 0.08 0 0.97 0.12 64.95 0.95 0.45
Hex CE E0 6 8 0 61 C 41 5F 2D
Octal 316 340 6 10 0 141 14 101 137 55
Binary 11001110 11100000 110 1000 0 1100001 1100 1000001 1011111 101101

Color Harmonies of #CEE006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE006

Black with #CEE006

Text Example


Text Example

White with #CEE006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE006; }

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

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

background-color css

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

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

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

border-color css

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

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

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