Html Css Color HEX #CEE40E Electric Lime

📋 copy color: '#CEE40E'

red 206 ◦ green 228 ◦ blue 14

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

Shades of Electric Lime #CEE40E

Tints of Electric Lime #CEE40E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.13%

R = 45.98%
G = 50.89%
B = 3.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#CEE40E (or 0xCEE40E) is known color: Electric Lime. HEX triplet: CE, E4 and 0E. RGB value is (206,228,14). Sum of RGB (Red+Green+Blue) = 206+228+14=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 228 (89.45% from 255 or 50.89% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE40E is #311BF1. Grayscale: #C5C5C5. Windows color (decimal): -3218418 or 976078. OLE color: 976078.

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

Color convert

RGB 206 228 14 -
CMYK 0.10 0 0.94 0.11
HSL 66.17º 0.88% 0.47% -
HSV(B) 66.17º 0.94% 0.89% -
XYZ 53.28 68.64 10.86 -
YUV 197.03 24.71 134.4 -
System Red Green Blue C M Y K H S L
Decimal 206 228 14 0.10 0 0.94 0.11 66.17 0.88 0.47
Hex CE E4 E A 0 5E B 42 58 2F
Octal 316 344 16 12 0 136 13 102 130 57
Binary 11001110 11100100 1110 1010 0 1011110 1011 1000010 1011000 101111

Color Harmonies of #CEE40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE40E

Black with #CEE40E

Text Example


Text Example

White with #CEE40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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