Shades of Electric Lime #CFFA02
Tints of Electric Lime #CFFA02
RGB
CMYK
RGB Variations
Color information
#CFFA02 (or 0xCFFA02) is known color: Electric Lime. HEX triplet: CF, FA and 02. RGB value is (207,250,2). Sum of RGB (Red+Green+Blue) = 207+250+2=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 250 (98.05% from 255 or 54.47% from 459); Blue value is 2 (1.17% from 255 or 0.44% from 459); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFA02 is #3005FD. Grayscale: #D1D1D1. Windows color (decimal): -3147262 or 195279. OLE color: 195279.
HSL color Cylindrical-coordinate representation of color #CFFA02: hue angle of 70.4º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFFA02 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.02 |
| HSL | 70.4º | 0.98% | 0.49% | - |
| HSV(B) | 70.4º | 0.99% | 0.98% | - |
| XYZ | 59.93 | 81.64 | 12.66 | - |
| YUV | 208.87 | 11.25 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 2 | 0.17 | 0 | 0.99 | 0.02 | 70.4 | 0.98 | 0.49 |
| Hex | CF | FA | 2 | 11 | 0 | 63 | 2 | 46 | 62 | 31 |
| Octal | 317 | 372 | 2 | 21 | 0 | 143 | 2 | 106 | 142 | 61 |
| Binary | 11001111 | 11111010 | 10 | 10001 | 0 | 1100011 | 10 | 1000110 | 1100010 | 110001 |
Color Harmonies of #CFFA02
Complementary color
Monochromatic Colors of #CFFA02
Black with #CFFA02
Text Example
Text Example
White with #CFFA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFA02; }
p { color: rgb(207,250,2); }
H1.HeaderClassName
{
color: #CFFA02;
}
.AnyTagClassName
{
color: #CFFA02;
}
</style>
background-color css
<style>
a { background-color: #CFFA02; }
a { background-color: rgb(207,250,2); }
div.DivClassName
{
background-color: #CFFA02;
}
.BgClassName
{
background-color: #CFFA02;
}
</style>
border-color css
<style>
span { border-color: #CFFA02; }
span { border-color: rgb(207,250,2); }
td.TdClassName
{
border-color: #CFFA02;
}
.TagClassName
{
border-color: #CFFA02;
}
</style>