Shades of Electric Lime #CDF209
Tints of Electric Lime #CDF209
RGB
CMYK
RGB Variations
Color information
#CDF209 (or 0xCDF209) is known color: Electric Lime. HEX triplet: CD, F2 and 09. RGB value is (205,242,9). Sum of RGB (Red+Green+Blue) = 205+242+9=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 9 (3.91% from 255 or 1.97% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF209 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF209 is #320DF6. Grayscale: #CDCDCD. Windows color (decimal): -3280375 or 651981. OLE color: 651981.
HSL color Cylindrical-coordinate representation of color #CDF209: hue angle of 69.53º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDF209 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 9 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.05 |
| HSL | 69.53º | 0.93% | 0.49% | - |
| HSV(B) | 69.53º | 0.96% | 0.95% | - |
| XYZ | 56.98 | 76.5 | 12.02 | - |
| YUV | 204.38 | 17.74 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 9 | 0.15 | 0 | 0.96 | 0.05 | 69.53 | 0.93 | 0.49 |
| Hex | CD | F2 | 9 | F | 0 | 60 | 5 | 46 | 5D | 31 |
| Octal | 315 | 362 | 11 | 17 | 0 | 140 | 5 | 106 | 135 | 61 |
| Binary | 11001101 | 11110010 | 1001 | 1111 | 0 | 1100000 | 101 | 1000110 | 1011101 | 110001 |
Color Harmonies of #CDF209
Complementary color
Monochromatic Colors of #CDF209
Black with #CDF209
Text Example
Text Example
White with #CDF209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF209; }
p { color: rgb(205,242,9); }
H1.HeaderClassName
{
color: #CDF209;
}
.AnyTagClassName
{
color: #CDF209;
}
</style>
background-color css
<style>
a { background-color: #CDF209; }
a { background-color: rgb(205,242,9); }
div.DivClassName
{
background-color: #CDF209;
}
.BgClassName
{
background-color: #CDF209;
}
</style>
border-color css
<style>
span { border-color: #CDF209; }
span { border-color: rgb(205,242,9); }
td.TdClassName
{
border-color: #CDF209;
}
.TagClassName
{
border-color: #CDF209;
}
</style>