Shades of Electric Lime #CFDF02
Tints of Electric Lime #CFDF02
RGB
CMYK
RGB Variations
Color information
#CFDF02 (or 0xCFDF02) is known color: Electric Lime. HEX triplet: CF, DF and 02. RGB value is (207,223,2). Sum of RGB (Red+Green+Blue) = 207+223+2=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 223 (87.5% from 255 or 51.62% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDF02 is #3020FD. Grayscale: #C1C1C1. Windows color (decimal): -3154174 or 188367. OLE color: 188367.
HSL color Cylindrical-coordinate representation of color #CFDF02: hue angle of 64.34º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFDF02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.13 |
| HSL | 64.34º | 0.98% | 0.44% | - |
| HSV(B) | 64.34º | 0.99% | 0.87% | - |
| XYZ | 52.13 | 66.05 | 10.06 | - |
| YUV | 193.02 | 20.2 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 2 | 0.07 | 0 | 0.99 | 0.13 | 64.34 | 0.98 | 0.44 |
| Hex | CF | DF | 2 | 7 | 0 | 63 | D | 40 | 62 | 2C |
| Octal | 317 | 337 | 2 | 7 | 0 | 143 | 15 | 100 | 142 | 54 |
| Binary | 11001111 | 11011111 | 10 | 111 | 0 | 1100011 | 1101 | 1000000 | 1100010 | 101100 |
Color Harmonies of #CFDF02
Complementary color
Monochromatic Colors of #CFDF02
Black with #CFDF02
Text Example
Text Example
White with #CFDF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF02; }
p { color: rgb(207,223,2); }
H1.HeaderClassName
{
color: #CFDF02;
}
.AnyTagClassName
{
color: #CFDF02;
}
</style>
background-color css
<style>
a { background-color: #CFDF02; }
a { background-color: rgb(207,223,2); }
div.DivClassName
{
background-color: #CFDF02;
}
.BgClassName
{
background-color: #CFDF02;
}
</style>
border-color css
<style>
span { border-color: #CFDF02; }
span { border-color: rgb(207,223,2); }
td.TdClassName
{
border-color: #CFDF02;
}
.TagClassName
{
border-color: #CFDF02;
}
</style>