Shades of Electric Lime #CEE40F
Tints of Electric Lime #CEE40F
RGB
CMYK
RGB Variations
Color information
#CEE40F (or 0xCEE40F) is known color: Electric Lime. HEX triplet: CE, E4 and 0F. RGB value is (206,228,15). Sum of RGB (Red+Green+Blue) = 206+228+15=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE40F is #311BF0. Grayscale: #C5C5C5. Windows color (decimal): -3218417 or 1041614. OLE color: 1041614.
HSL color Cylindrical-coordinate representation of color #CEE40F: hue angle of 66.2º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEE40F is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 15 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.11 |
| HSL | 66.2º | 0.88% | 0.48% | - |
| HSV(B) | 66.2º | 0.93% | 0.89% | - |
| XYZ | 53.28 | 68.64 | 10.89 | - |
| YUV | 197.14 | 25.21 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 15 | 0.10 | 0 | 0.93 | 0.11 | 66.2 | 0.88 | 0.48 |
| Hex | CE | E4 | F | A | 0 | 5D | B | 42 | 58 | 30 |
| Octal | 316 | 344 | 17 | 12 | 0 | 135 | 13 | 102 | 130 | 60 |
| Binary | 11001110 | 11100100 | 1111 | 1010 | 0 | 1011101 | 1011 | 1000010 | 1011000 | 110000 |
Color Harmonies of #CEE40F
Complementary color
Monochromatic Colors of #CEE40F
Black with #CEE40F
Text Example
Text Example
White with #CEE40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE40F; }
p { color: rgb(206,228,15); }
H1.HeaderClassName
{
color: #CEE40F;
}
.AnyTagClassName
{
color: #CEE40F;
}
</style>
background-color css
<style>
a { background-color: #CEE40F; }
a { background-color: rgb(206,228,15); }
div.DivClassName
{
background-color: #CEE40F;
}
.BgClassName
{
background-color: #CEE40F;
}
</style>
border-color css
<style>
span { border-color: #CEE40F; }
span { border-color: rgb(206,228,15); }
td.TdClassName
{
border-color: #CEE40F;
}
.TagClassName
{
border-color: #CEE40F;
}
</style>