Shades of Electric Lime #CDF409
Tints of Electric Lime #CDF409
RGB
CMYK
RGB Variations
Color information
#CDF409 (or 0xCDF409) is known color: Electric Lime. HEX triplet: CD, F4 and 09. RGB value is (205,244,9). Sum of RGB (Red+Green+Blue) = 205+244+9=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 244 (95.70% from 255 or 53.28% from 458); Blue value is 9 (3.91% from 255 or 1.97% from 458); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF409 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF409 is #320BF6. Grayscale: #CECECE. Windows color (decimal): -3279863 or 652493. OLE color: 652493.
HSL color Cylindrical-coordinate representation of color #CDF409: hue angle of 69.96º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDF409 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 9 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.04 |
| HSL | 69.96º | 0.93% | 0.5% | - |
| HSV(B) | 69.96º | 0.96% | 0.96% | - |
| XYZ | 57.58 | 77.7 | 12.22 | - |
| YUV | 205.55 | 17.08 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 9 | 0.16 | 0 | 0.96 | 0.04 | 69.96 | 0.93 | 0.5 |
| Hex | CD | F4 | 9 | 10 | 0 | 60 | 4 | 46 | 5D | 32 |
| Octal | 315 | 364 | 11 | 20 | 0 | 140 | 4 | 106 | 135 | 62 |
| Binary | 11001101 | 11110100 | 1001 | 10000 | 0 | 1100000 | 100 | 1000110 | 1011101 | 110010 |
Color Harmonies of #CDF409
Complementary color
Monochromatic Colors of #CDF409
Black with #CDF409
Text Example
Text Example
White with #CDF409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF409; }
p { color: rgb(205,244,9); }
H1.HeaderClassName
{
color: #CDF409;
}
.AnyTagClassName
{
color: #CDF409;
}
</style>
background-color css
<style>
a { background-color: #CDF409; }
a { background-color: rgb(205,244,9); }
div.DivClassName
{
background-color: #CDF409;
}
.BgClassName
{
background-color: #CDF409;
}
</style>
border-color css
<style>
span { border-color: #CDF409; }
span { border-color: rgb(205,244,9); }
td.TdClassName
{
border-color: #CDF409;
}
.TagClassName
{
border-color: #CDF409;
}
</style>