Html Css Color HEX #CEE40C Electric Lime

📋 copy color: '#CEE40C'

red 206 ◦ green 228 ◦ blue 12

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

Shades of Electric Lime #CEE40C

Tints of Electric Lime #CEE40C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 51.12%

 BLUE value IS 12 (5.08% from 255) = 2.69%

R = 46.19%
G = 51.12%
B = 2.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#CEE40C (or 0xCEE40C) is known color: Electric Lime. HEX triplet: CE, E4 and 0C. RGB value is (206,228,12). Sum of RGB (Red+Green+Blue) = 206+228+12=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 228 (89.45% from 255 or 51.12% from 446); Blue value is 12 (5.08% from 255 or 2.69% from 446); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE40C is #311BF3. Grayscale: #C5C5C5. Windows color (decimal): -3218420 or 845006. OLE color: 845006.

HSL color Cylindrical-coordinate representation of color #CEE40C: hue angle of 66.11º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEE40C is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 228 12 -
CMYK 0.10 0 0.95 0.11
HSL 66.11º 0.9% 0.47% -
HSV(B) 66.11º 0.95% 0.89% -
XYZ 53.26 68.64 10.79 -
YUV 196.8 23.71 134.56 -
System Red Green Blue C M Y K H S L
Decimal 206 228 12 0.10 0 0.95 0.11 66.11 0.9 0.47
Hex CE E4 C A 0 5F B 42 5A 2F
Octal 316 344 14 12 0 137 13 102 132 57
Binary 11001110 11100100 1100 1010 0 1011111 1011 1000010 1011010 101111

Color Harmonies of #CEE40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE40C

Black with #CEE40C

Text Example


Text Example

White with #CEE40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE40C; }

 p { color: rgb(206,228,12); }

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

background-color css

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

 a { background-color: rgb(206,228,12); }

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

border-color css

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

 span { border-color: rgb(206,228,12); }

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