Shades of Electric Lime #CFDD02
Tints of Electric Lime #CFDD02
RGB
CMYK
RGB Variations
Color information
#CFDD02 (or 0xCFDD02) is known color: Electric Lime. HEX triplet: CF, DD and 02. RGB value is (207,221,2). Sum of RGB (Red+Green+Blue) = 207+221+2=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 2 (1.17% from 255 or 0.47% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDD02 is #3022FD. Grayscale: #C0C0C0. Windows color (decimal): -3154686 or 187855. OLE color: 187855.
HSL color Cylindrical-coordinate representation of color #CFDD02: hue angle of 63.84º 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 #CFDD02 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 2 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.13 |
| HSL | 63.84º | 0.98% | 0.44% | - |
| HSV(B) | 63.84º | 0.99% | 0.87% | - |
| XYZ | 51.6 | 64.98 | 9.88 | - |
| YUV | 191.85 | 20.86 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 2 | 0.06 | 0 | 0.99 | 0.13 | 63.84 | 0.98 | 0.44 |
| Hex | CF | DD | 2 | 6 | 0 | 63 | D | 40 | 62 | 2C |
| Octal | 317 | 335 | 2 | 6 | 0 | 143 | 15 | 100 | 142 | 54 |
| Binary | 11001111 | 11011101 | 10 | 110 | 0 | 1100011 | 1101 | 1000000 | 1100010 | 101100 |
Color Harmonies of #CFDD02
Complementary color
Monochromatic Colors of #CFDD02
Black with #CFDD02
Text Example
Text Example
White with #CFDD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD02; }
p { color: rgb(207,221,2); }
H1.HeaderClassName
{
color: #CFDD02;
}
.AnyTagClassName
{
color: #CFDD02;
}
</style>
background-color css
<style>
a { background-color: #CFDD02; }
a { background-color: rgb(207,221,2); }
div.DivClassName
{
background-color: #CFDD02;
}
.BgClassName
{
background-color: #CFDD02;
}
</style>
border-color css
<style>
span { border-color: #CFDD02; }
span { border-color: rgb(207,221,2); }
td.TdClassName
{
border-color: #CFDD02;
}
.TagClassName
{
border-color: #CFDD02;
}
</style>