Shades of Electric Lime #CFDE02
Tints of Electric Lime #CFDE02
RGB
CMYK
RGB Variations
Color information
#CFDE02 (or 0xCFDE02) is known color: Electric Lime. HEX triplet: CF, DE and 02. RGB value is (207,222,2). Sum of RGB (Red+Green+Blue) = 207+222+2=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 222 (87.11% from 255 or 51.51% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDE02 is #3021FD. Grayscale: #C1C1C1. Windows color (decimal): -3154430 or 188111. OLE color: 188111.
HSL color Cylindrical-coordinate representation of color #CFDE02: hue angle of 64.09º 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 #CFDE02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.13 |
| HSL | 64.09º | 0.98% | 0.44% | - |
| HSV(B) | 64.09º | 0.99% | 0.87% | - |
| XYZ | 51.86 | 65.51 | 9.97 | - |
| YUV | 192.44 | 20.53 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 2 | 0.07 | 0 | 0.99 | 0.13 | 64.09 | 0.98 | 0.44 |
| Hex | CF | DE | 2 | 7 | 0 | 63 | D | 40 | 62 | 2C |
| Octal | 317 | 336 | 2 | 7 | 0 | 143 | 15 | 100 | 142 | 54 |
| Binary | 11001111 | 11011110 | 10 | 111 | 0 | 1100011 | 1101 | 1000000 | 1100010 | 101100 |
Color Harmonies of #CFDE02
Complementary color
Monochromatic Colors of #CFDE02
Black with #CFDE02
Text Example
Text Example
White with #CFDE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE02; }
p { color: rgb(207,222,2); }
H1.HeaderClassName
{
color: #CFDE02;
}
.AnyTagClassName
{
color: #CFDE02;
}
</style>
background-color css
<style>
a { background-color: #CFDE02; }
a { background-color: rgb(207,222,2); }
div.DivClassName
{
background-color: #CFDE02;
}
.BgClassName
{
background-color: #CFDE02;
}
</style>
border-color css
<style>
span { border-color: #CFDE02; }
span { border-color: rgb(207,222,2); }
td.TdClassName
{
border-color: #CFDE02;
}
.TagClassName
{
border-color: #CFDE02;
}
</style>