Shades of Electric Lime #CFEC02
Tints of Electric Lime #CFEC02
RGB
CMYK
RGB Variations
Color information
#CFEC02 (or 0xCFEC02) is known color: Electric Lime. HEX triplet: CF, EC and 02. RGB value is (207,236,2). Sum of RGB (Red+Green+Blue) = 207+236+2=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 236 (92.58% from 255 or 53.03% from 445); Blue value is 2 (1.17% from 255 or 0.45% from 445); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEC02 is #3013FD. Grayscale: #C9C9C9. Windows color (decimal): -3150846 or 191695. OLE color: 191695.
HSL color Cylindrical-coordinate representation of color #CFEC02: hue angle of 67.44º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFEC02 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.07 |
| HSL | 67.44º | 0.98% | 0.47% | - |
| HSV(B) | 67.44º | 0.99% | 0.93% | - |
| XYZ | 55.74 | 73.26 | 11.26 | - |
| YUV | 200.65 | 15.89 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 2 | 0.12 | 0 | 0.99 | 0.07 | 67.44 | 0.98 | 0.47 |
| Hex | CF | EC | 2 | C | 0 | 63 | 7 | 43 | 62 | 2F |
| Octal | 317 | 354 | 2 | 14 | 0 | 143 | 7 | 103 | 142 | 57 |
| Binary | 11001111 | 11101100 | 10 | 1100 | 0 | 1100011 | 111 | 1000011 | 1100010 | 101111 |
Color Harmonies of #CFEC02
Complementary color
Monochromatic Colors of #CFEC02
Black with #CFEC02
Text Example
Text Example
White with #CFEC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC02; }
p { color: rgb(207,236,2); }
H1.HeaderClassName
{
color: #CFEC02;
}
.AnyTagClassName
{
color: #CFEC02;
}
</style>
background-color css
<style>
a { background-color: #CFEC02; }
a { background-color: rgb(207,236,2); }
div.DivClassName
{
background-color: #CFEC02;
}
.BgClassName
{
background-color: #CFEC02;
}
</style>
border-color css
<style>
span { border-color: #CFEC02; }
span { border-color: rgb(207,236,2); }
td.TdClassName
{
border-color: #CFEC02;
}
.TagClassName
{
border-color: #CFEC02;
}
</style>