Shades of Electric Lime #CFE404
Tints of Electric Lime #CFE404
RGB
CMYK
RGB Variations
Color information
#CFE404 (or 0xCFE404) is known color: Electric Lime. HEX triplet: CF, E4 and 04. RGB value is (207,228,4). Sum of RGB (Red+Green+Blue) = 207+228+4=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 228 (89.45% from 255 or 51.94% from 439); Blue value is 4 (1.95% from 255 or 0.91% from 439); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE404 is #301BFB. Grayscale: #C5C5C5. Windows color (decimal): -3152892 or 320719. OLE color: 320719.
HSL color Cylindrical-coordinate representation of color #CFE404: hue angle of 65.62º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFE404 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 4 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.11 |
| HSL | 65.63º | 0.97% | 0.45% | - |
| HSV(B) | 65.63º | 0.98% | 0.89% | - |
| XYZ | 53.5 | 68.76 | 10.57 | - |
| YUV | 196.19 | 19.54 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 4 | 0.09 | 0 | 0.98 | 0.11 | 65.63 | 0.97 | 0.45 |
| Hex | CF | E4 | 4 | 9 | 0 | 62 | B | 42 | 61 | 2D |
| Octal | 317 | 344 | 4 | 11 | 0 | 142 | 13 | 102 | 141 | 55 |
| Binary | 11001111 | 11100100 | 100 | 1001 | 0 | 1100010 | 1011 | 1000010 | 1100001 | 101101 |
Color Harmonies of #CFE404
Complementary color
Monochromatic Colors of #CFE404
Black with #CFE404
Text Example
Text Example
White with #CFE404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE404; }
p { color: rgb(207,228,4); }
H1.HeaderClassName
{
color: #CFE404;
}
.AnyTagClassName
{
color: #CFE404;
}
</style>
background-color css
<style>
a { background-color: #CFE404; }
a { background-color: rgb(207,228,4); }
div.DivClassName
{
background-color: #CFE404;
}
.BgClassName
{
background-color: #CFE404;
}
</style>
border-color css
<style>
span { border-color: #CFE404; }
span { border-color: rgb(207,228,4); }
td.TdClassName
{
border-color: #CFE404;
}
.TagClassName
{
border-color: #CFE404;
}
</style>