Shades of Electric Lime #CFEF02
Tints of Electric Lime #CFEF02
RGB
CMYK
RGB Variations
Color information
#CFEF02 (or 0xCFEF02) is known color: Electric Lime. HEX triplet: CF, EF and 02. RGB value is (207,239,2). Sum of RGB (Red+Green+Blue) = 207+239+2=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 239 (93.75% from 255 or 53.35% from 448); Blue value is 2 (1.17% from 255 or 0.45% from 448); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEF02 is #3010FD. Grayscale: #CBCBCB. Windows color (decimal): -3150078 or 192463. OLE color: 192463.
HSL color Cylindrical-coordinate representation of color #CFEF02: hue angle of 68.1º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFEF02 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.06 |
| HSL | 68.1º | 0.98% | 0.47% | - |
| HSV(B) | 68.1º | 0.99% | 0.94% | - |
| XYZ | 56.61 | 75 | 11.55 | - |
| YUV | 202.41 | 14.9 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 2 | 0.13 | 0 | 0.99 | 0.06 | 68.1 | 0.98 | 0.47 |
| Hex | CF | EF | 2 | D | 0 | 63 | 6 | 44 | 62 | 2F |
| Octal | 317 | 357 | 2 | 15 | 0 | 143 | 6 | 104 | 142 | 57 |
| Binary | 11001111 | 11101111 | 10 | 1101 | 0 | 1100011 | 110 | 1000100 | 1100010 | 101111 |
Color Harmonies of #CFEF02
Complementary color
Monochromatic Colors of #CFEF02
Black with #CFEF02
Text Example
Text Example
White with #CFEF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF02; }
p { color: rgb(207,239,2); }
H1.HeaderClassName
{
color: #CFEF02;
}
.AnyTagClassName
{
color: #CFEF02;
}
</style>
background-color css
<style>
a { background-color: #CFEF02; }
a { background-color: rgb(207,239,2); }
div.DivClassName
{
background-color: #CFEF02;
}
.BgClassName
{
background-color: #CFEF02;
}
</style>
border-color css
<style>
span { border-color: #CFEF02; }
span { border-color: rgb(207,239,2); }
td.TdClassName
{
border-color: #CFEF02;
}
.TagClassName
{
border-color: #CFEF02;
}
</style>