Shades of Electric Lime #CFF404
Tints of Electric Lime #CFF404
RGB
CMYK
RGB Variations
Color information
#CFF404 (or 0xCFF404) is known color: Electric Lime. HEX triplet: CF, F4 and 04. RGB value is (207,244,4). Sum of RGB (Red+Green+Blue) = 207+244+4=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 244 (95.70% from 255 or 53.63% from 455); Blue value is 4 (1.95% from 255 or 0.88% from 455); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF404 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF404 is #300BFB. Grayscale: #CECECE. Windows color (decimal): -3148796 or 324815. OLE color: 324815.
HSL color Cylindrical-coordinate representation of color #CFF404: hue angle of 69.25º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFF404 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 4 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.04 |
| HSL | 69.25º | 0.97% | 0.49% | - |
| HSV(B) | 69.25º | 0.98% | 0.96% | - |
| XYZ | 58.1 | 77.98 | 12.1 | - |
| YUV | 205.58 | 14.24 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 4 | 0.15 | 0 | 0.98 | 0.04 | 69.25 | 0.97 | 0.49 |
| Hex | CF | F4 | 4 | F | 0 | 62 | 4 | 45 | 61 | 31 |
| Octal | 317 | 364 | 4 | 17 | 0 | 142 | 4 | 105 | 141 | 61 |
| Binary | 11001111 | 11110100 | 100 | 1111 | 0 | 1100010 | 100 | 1000101 | 1100001 | 110001 |
Color Harmonies of #CFF404
Complementary color
Monochromatic Colors of #CFF404
Black with #CFF404
Text Example
Text Example
White with #CFF404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF404; }
p { color: rgb(207,244,4); }
H1.HeaderClassName
{
color: #CFF404;
}
.AnyTagClassName
{
color: #CFF404;
}
</style>
background-color css
<style>
a { background-color: #CFF404; }
a { background-color: rgb(207,244,4); }
div.DivClassName
{
background-color: #CFF404;
}
.BgClassName
{
background-color: #CFF404;
}
</style>
border-color css
<style>
span { border-color: #CFF404; }
span { border-color: rgb(207,244,4); }
td.TdClassName
{
border-color: #CFF404;
}
.TagClassName
{
border-color: #CFF404;
}
</style>