Shades of Electric Lime #CFFF04
Tints of Electric Lime #CFFF04
RGB
CMYK
RGB Variations
Color information
#CFFF04 (or 0xCFFF04) is known color: Electric Lime. HEX triplet: CF, FF and 04. RGB value is (207,255,4). Sum of RGB (Red+Green+Blue) = 207+255+4=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 4 (1.95% from 255 or 0.86% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFF04 is #3000FB. Grayscale: #D4D4D4. Windows color (decimal): -3145980 or 327631. OLE color: 327631.
HSL color Cylindrical-coordinate representation of color #CFFF04: hue angle of 71.47º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFFF04 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 4 | - |
| CMYK | 0.19 | 0 | 0.98 | 0 |
| HSL | 71.47º | 1% | 0.51% | - |
| HSV(B) | 71.47º | 0.98% | 1% | - |
| XYZ | 61.51 | 84.79 | 13.24 | - |
| YUV | 212.03 | 10.6 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 4 | 0.19 | 0 | 0.98 | 0 | 71.47 | 1 | 0.51 |
| Hex | CF | FF | 4 | 13 | 0 | 62 | 0 | 47 | 64 | 33 |
| Octal | 317 | 377 | 4 | 23 | 0 | 142 | 0 | 107 | 144 | 63 |
| Binary | 11001111 | 11111111 | 100 | 10011 | 0 | 1100010 | 0 | 1000111 | 1100100 | 110011 |
Color Harmonies of #CFFF04
Complementary color
Monochromatic Colors of #CFFF04
Black with #CFFF04
Text Example
Text Example
White with #CFFF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF04; }
p { color: rgb(207,255,4); }
H1.HeaderClassName
{
color: #CFFF04;
}
.AnyTagClassName
{
color: #CFFF04;
}
</style>
background-color css
<style>
a { background-color: #CFFF04; }
a { background-color: rgb(207,255,4); }
div.DivClassName
{
background-color: #CFFF04;
}
.BgClassName
{
background-color: #CFFF04;
}
</style>
border-color css
<style>
span { border-color: #CFFF04; }
span { border-color: rgb(207,255,4); }
td.TdClassName
{
border-color: #CFFF04;
}
.TagClassName
{
border-color: #CFFF04;
}
</style>