Shades of Electric Lime #CFFD04
Tints of Electric Lime #CFFD04
RGB
CMYK
RGB Variations
Color information
#CFFD04 (or 0xCFFD04) is known color: Electric Lime. HEX triplet: CF, FD and 04. RGB value is (207,253,4). Sum of RGB (Red+Green+Blue) = 207+253+4=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 253 (99.22% from 255 or 54.53% from 464); Blue value is 4 (1.95% from 255 or 0.86% from 464); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFD04 is #3002FB. Grayscale: #D3D3D3. Windows color (decimal): -3146492 or 327119. OLE color: 327119.
HSL color Cylindrical-coordinate representation of color #CFFD04: hue angle of 71.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFFD04 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 4 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.01 |
| HSL | 71.08º | 0.98% | 0.5% | - |
| HSV(B) | 71.08º | 0.98% | 0.99% | - |
| XYZ | 60.88 | 83.52 | 13.03 | - |
| YUV | 210.86 | 11.26 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 4 | 0.18 | 0 | 0.98 | 0.01 | 71.08 | 0.98 | 0.5 |
| Hex | CF | FD | 4 | 12 | 0 | 62 | 1 | 47 | 62 | 32 |
| Octal | 317 | 375 | 4 | 22 | 0 | 142 | 1 | 107 | 142 | 62 |
| Binary | 11001111 | 11111101 | 100 | 10010 | 0 | 1100010 | 1 | 1000111 | 1100010 | 110010 |
Color Harmonies of #CFFD04
Complementary color
Monochromatic Colors of #CFFD04
Black with #CFFD04
Text Example
Text Example
White with #CFFD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD04; }
p { color: rgb(207,253,4); }
H1.HeaderClassName
{
color: #CFFD04;
}
.AnyTagClassName
{
color: #CFFD04;
}
</style>
background-color css
<style>
a { background-color: #CFFD04; }
a { background-color: rgb(207,253,4); }
div.DivClassName
{
background-color: #CFFD04;
}
.BgClassName
{
background-color: #CFFD04;
}
</style>
border-color css
<style>
span { border-color: #CFFD04; }
span { border-color: rgb(207,253,4); }
td.TdClassName
{
border-color: #CFFD04;
}
.TagClassName
{
border-color: #CFFD04;
}
</style>