Shades of Electric Lime #CEE905
Tints of Electric Lime #CEE905
RGB
CMYK
RGB Variations
Color information
#CEE905 (or 0xCEE905) is known color: Electric Lime. HEX triplet: CE, E9 and 05. RGB value is (206,233,5). Sum of RGB (Red+Green+Blue) = 206+233+5=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 233 (91.41% from 255 or 52.48% from 444); Blue value is 5 (2.34% from 255 or 1.13% from 444); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE905 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE905 is #3116FA. Grayscale: #C7C7C7. Windows color (decimal): -3217147 or 387534. OLE color: 387534.
HSL color Cylindrical-coordinate representation of color #CEE905: hue angle of 67.11º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEE905 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 5 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.09 |
| HSL | 67.11º | 0.96% | 0.47% | - |
| HSV(B) | 67.11º | 0.98% | 0.91% | - |
| XYZ | 54.62 | 71.41 | 11.05 | - |
| YUV | 198.94 | 18.55 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 5 | 0.12 | 0 | 0.98 | 0.09 | 67.11 | 0.96 | 0.47 |
| Hex | CE | E9 | 5 | C | 0 | 62 | 9 | 43 | 60 | 2F |
| Octal | 316 | 351 | 5 | 14 | 0 | 142 | 11 | 103 | 140 | 57 |
| Binary | 11001110 | 11101001 | 101 | 1100 | 0 | 1100010 | 1001 | 1000011 | 1100000 | 101111 |
Color Harmonies of #CEE905
Complementary color
Monochromatic Colors of #CEE905
Black with #CEE905
Text Example
Text Example
White with #CEE905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE905; }
p { color: rgb(206,233,5); }
H1.HeaderClassName
{
color: #CEE905;
}
.AnyTagClassName
{
color: #CEE905;
}
</style>
background-color css
<style>
a { background-color: #CEE905; }
a { background-color: rgb(206,233,5); }
div.DivClassName
{
background-color: #CEE905;
}
.BgClassName
{
background-color: #CEE905;
}
</style>
border-color css
<style>
span { border-color: #CEE905; }
span { border-color: rgb(206,233,5); }
td.TdClassName
{
border-color: #CEE905;
}
.TagClassName
{
border-color: #CEE905;
}
</style>