Shades of Electric Lime #CEF904
Tints of Electric Lime #CEF904
RGB
CMYK
RGB Variations
Color information
#CEF904 (or 0xCEF904) is known color: Electric Lime. HEX triplet: CE, F9 and 04. RGB value is (206,249,4). Sum of RGB (Red+Green+Blue) = 206+249+4=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 249 (97.66% from 255 or 54.25% from 459); Blue value is 4 (1.95% from 255 or 0.87% from 459); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF904 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF904 is #3106FB. Grayscale: #D1D1D1. Windows color (decimal): -3213052 or 326094. OLE color: 326094.
HSL color Cylindrical-coordinate representation of color #CEF904: hue angle of 70.53º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEF904 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 4 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.02 |
| HSL | 70.53º | 0.97% | 0.5% | - |
| HSV(B) | 70.53º | 0.98% | 0.98% | - |
| XYZ | 59.35 | 80.88 | 12.6 | - |
| YUV | 208.21 | 12.75 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 4 | 0.17 | 0 | 0.98 | 0.02 | 70.53 | 0.97 | 0.5 |
| Hex | CE | F9 | 4 | 11 | 0 | 62 | 2 | 47 | 61 | 32 |
| Octal | 316 | 371 | 4 | 21 | 0 | 142 | 2 | 107 | 141 | 62 |
| Binary | 11001110 | 11111001 | 100 | 10001 | 0 | 1100010 | 10 | 1000111 | 1100001 | 110010 |
Color Harmonies of #CEF904
Complementary color
Monochromatic Colors of #CEF904
Black with #CEF904
Text Example
Text Example
White with #CEF904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF904; }
p { color: rgb(206,249,4); }
H1.HeaderClassName
{
color: #CEF904;
}
.AnyTagClassName
{
color: #CEF904;
}
</style>
background-color css
<style>
a { background-color: #CEF904; }
a { background-color: rgb(206,249,4); }
div.DivClassName
{
background-color: #CEF904;
}
.BgClassName
{
background-color: #CEF904;
}
</style>
border-color css
<style>
span { border-color: #CEF904; }
span { border-color: rgb(206,249,4); }
td.TdClassName
{
border-color: #CEF904;
}
.TagClassName
{
border-color: #CEF904;
}
</style>