Shades of Electric Lime #CDDD02
Tints of Electric Lime #CDDD02
RGB
CMYK
RGB Variations
Color information
#CDDD02 (or 0xCDDD02) is known color: Electric Lime. HEX triplet: CD, DD and 02. RGB value is (205,221,2). Sum of RGB (Red+Green+Blue) = 205+221+2=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 2 (1.17% from 255 or 0.47% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDD02 is #3222FD. Grayscale: #C0C0C0. Windows color (decimal): -3285758 or 187853. OLE color: 187853.
HSL color Cylindrical-coordinate representation of color #CDDD02: hue angle of 64.38º 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 #CDDD02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.13 |
| HSL | 64.38º | 0.98% | 0.44% | - |
| HSV(B) | 64.38º | 0.99% | 0.87% | - |
| XYZ | 51.04 | 64.7 | 9.85 | - |
| YUV | 191.25 | 21.2 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 2 | 0.07 | 0 | 0.99 | 0.13 | 64.38 | 0.98 | 0.44 |
| Hex | CD | DD | 2 | 7 | 0 | 63 | D | 40 | 62 | 2C |
| Octal | 315 | 335 | 2 | 7 | 0 | 143 | 15 | 100 | 142 | 54 |
| Binary | 11001101 | 11011101 | 10 | 111 | 0 | 1100011 | 1101 | 1000000 | 1100010 | 101100 |
Color Harmonies of #CDDD02
Complementary color
Monochromatic Colors of #CDDD02
Black with #CDDD02
Text Example
Text Example
White with #CDDD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD02; }
p { color: rgb(205,221,2); }
H1.HeaderClassName
{
color: #CDDD02;
}
.AnyTagClassName
{
color: #CDDD02;
}
</style>
background-color css
<style>
a { background-color: #CDDD02; }
a { background-color: rgb(205,221,2); }
div.DivClassName
{
background-color: #CDDD02;
}
.BgClassName
{
background-color: #CDDD02;
}
</style>
border-color css
<style>
span { border-color: #CDDD02; }
span { border-color: rgb(205,221,2); }
td.TdClassName
{
border-color: #CDDD02;
}
.TagClassName
{
border-color: #CDDD02;
}
</style>