Shades of Electric Lime #CFEF04
Tints of Electric Lime #CFEF04
RGB
CMYK
RGB Variations
Color information
#CFEF04 (or 0xCFEF04) is known color: Electric Lime. HEX triplet: CF, EF and 04. RGB value is (207,239,4). Sum of RGB (Red+Green+Blue) = 207+239+4=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 239 (93.75% from 255 or 53.11% from 450); Blue value is 4 (1.95% from 255 or 0.89% from 450); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEF04 is #3010FB. Grayscale: #CBCBCB. Windows color (decimal): -3150076 or 323535. OLE color: 323535.
HSL color Cylindrical-coordinate representation of color #CFEF04: hue angle of 68.17º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFEF04 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 4 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.06 |
| HSL | 68.17º | 0.97% | 0.48% | - |
| HSV(B) | 68.17º | 0.98% | 0.94% | - |
| XYZ | 56.62 | 75.01 | 11.61 | - |
| YUV | 202.64 | 15.9 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 4 | 0.13 | 0 | 0.98 | 0.06 | 68.17 | 0.97 | 0.48 |
| Hex | CF | EF | 4 | D | 0 | 62 | 6 | 44 | 61 | 30 |
| Octal | 317 | 357 | 4 | 15 | 0 | 142 | 6 | 104 | 141 | 60 |
| Binary | 11001111 | 11101111 | 100 | 1101 | 0 | 1100010 | 110 | 1000100 | 1100001 | 110000 |
Color Harmonies of #CFEF04
Complementary color
Monochromatic Colors of #CFEF04
Black with #CFEF04
Text Example
Text Example
White with #CFEF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF04; }
p { color: rgb(207,239,4); }
H1.HeaderClassName
{
color: #CFEF04;
}
.AnyTagClassName
{
color: #CFEF04;
}
</style>
background-color css
<style>
a { background-color: #CFEF04; }
a { background-color: rgb(207,239,4); }
div.DivClassName
{
background-color: #CFEF04;
}
.BgClassName
{
background-color: #CFEF04;
}
</style>
border-color css
<style>
span { border-color: #CFEF04; }
span { border-color: rgb(207,239,4); }
td.TdClassName
{
border-color: #CFEF04;
}
.TagClassName
{
border-color: #CFEF04;
}
</style>