Shades of Electric Lime #CDDF02
Tints of Electric Lime #CDDF02
RGB
CMYK
RGB Variations
Color information
#CDDF02 (or 0xCDDF02) is known color: Electric Lime. HEX triplet: CD, DF and 02. RGB value is (205,223,2). Sum of RGB (Red+Green+Blue) = 205+223+2=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 2 (1.17% from 255 or 0.47% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDF02 is #3220FD. Grayscale: #C1C1C1. Windows color (decimal): -3285246 or 188365. OLE color: 188365.
HSL color Cylindrical-coordinate representation of color #CDDF02: hue angle of 64.89º 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 #CDDF02 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 2 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.13 |
| HSL | 64.89º | 0.98% | 0.44% | - |
| HSV(B) | 64.89º | 0.99% | 0.87% | - |
| XYZ | 51.58 | 65.76 | 10.03 | - |
| YUV | 192.42 | 20.54 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 2 | 0.08 | 0 | 0.99 | 0.13 | 64.89 | 0.98 | 0.44 |
| Hex | CD | DF | 2 | 8 | 0 | 63 | D | 41 | 62 | 2C |
| Octal | 315 | 337 | 2 | 10 | 0 | 143 | 15 | 101 | 142 | 54 |
| Binary | 11001101 | 11011111 | 10 | 1000 | 0 | 1100011 | 1101 | 1000001 | 1100010 | 101100 |
Color Harmonies of #CDDF02
Complementary color
Monochromatic Colors of #CDDF02
Black with #CDDF02
Text Example
Text Example
White with #CDDF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF02; }
p { color: rgb(205,223,2); }
H1.HeaderClassName
{
color: #CDDF02;
}
.AnyTagClassName
{
color: #CDDF02;
}
</style>
background-color css
<style>
a { background-color: #CDDF02; }
a { background-color: rgb(205,223,2); }
div.DivClassName
{
background-color: #CDDF02;
}
.BgClassName
{
background-color: #CDDF02;
}
</style>
border-color css
<style>
span { border-color: #CDDF02; }
span { border-color: rgb(205,223,2); }
td.TdClassName
{
border-color: #CDDF02;
}
.TagClassName
{
border-color: #CDDF02;
}
</style>