Shades of Electric Lime #CEEA00
Tints of Electric Lime #CEEA00
RGB
CMYK
RGB Variations
Color information
#CEEA00 (or 0xCEEA00) is known color: Electric Lime. HEX triplet: CE, EA and 00. RGB value is (206,234,0). Sum of RGB (Red+Green+Blue) = 206+234+0=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 234 (91.80% from 255 or 53.18% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEA00 is #3115FF. Grayscale: #C7C7C7. Windows color (decimal): -3216896 or 60110. OLE color: 60110.
HSL color Cylindrical-coordinate representation of color #CEEA00: hue angle of 67.18º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEEA00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 234 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.08 |
| HSL | 67.18º | 1% | 0.46% | - |
| HSV(B) | 67.18º | 1% | 0.92% | - |
| XYZ | 54.88 | 71.97 | 11 | - |
| YUV | 198.95 | 15.72 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 0 | 0.12 | 0 | 1 | 0.08 | 67.18 | 1 | 0.46 |
| Hex | CE | EA | 0 | C | 0 | 64 | 8 | 43 | 64 | 2E |
| Octal | 316 | 352 | 0 | 14 | 0 | 144 | 10 | 103 | 144 | 56 |
| Binary | 11001110 | 11101010 | 0 | 1100 | 0 | 1100100 | 1000 | 1000011 | 1100100 | 101110 |
Color Harmonies of #CEEA00
Complementary color
Monochromatic Colors of #CEEA00
Black with #CEEA00
Text Example
Text Example
White with #CEEA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEA00; }
p { color: rgb(206,234,0); }
H1.HeaderClassName
{
color: #CEEA00;
}
.AnyTagClassName
{
color: #CEEA00;
}
</style>
background-color css
<style>
a { background-color: #CEEA00; }
a { background-color: rgb(206,234,0); }
div.DivClassName
{
background-color: #CEEA00;
}
.BgClassName
{
background-color: #CEEA00;
}
</style>
border-color css
<style>
span { border-color: #CEEA00; }
span { border-color: rgb(206,234,0); }
td.TdClassName
{
border-color: #CEEA00;
}
.TagClassName
{
border-color: #CEEA00;
}
</style>