Shades of Electric Lime #CDF417
Tints of Electric Lime #CDF417
RGB
CMYK
RGB Variations
Color information
#CDF417 (or 0xCDF417) is known color: Electric Lime. HEX triplet: CD, F4 and 17. RGB value is (205,244,23). Sum of RGB (Red+Green+Blue) = 205+244+23=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 244 (95.70% from 255 or 51.69% from 472); Blue value is 23 (9.38% from 255 or 4.87% from 472); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF417 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF417 is #320BE8. Grayscale: #CFCFCF. Windows color (decimal): -3279849 or 1569997. OLE color: 1569997.
HSL color Cylindrical-coordinate representation of color #CDF417: hue angle of 70.59º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDF417 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 23 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.04 |
| HSL | 70.59º | 0.91% | 0.52% | - |
| HSV(B) | 70.59º | 0.91% | 0.96% | - |
| XYZ | 57.68 | 77.74 | 12.78 | - |
| YUV | 207.15 | 24.08 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 23 | 0.16 | 0 | 0.91 | 0.04 | 70.59 | 0.91 | 0.52 |
| Hex | CD | F4 | 17 | 10 | 0 | 5B | 4 | 47 | 5B | 34 |
| Octal | 315 | 364 | 27 | 20 | 0 | 133 | 4 | 107 | 133 | 64 |
| Binary | 11001101 | 11110100 | 10111 | 10000 | 0 | 1011011 | 100 | 1000111 | 1011011 | 110100 |
Color Harmonies of #CDF417
Complementary color
Monochromatic Colors of #CDF417
Black with #CDF417
Text Example
Text Example
White with #CDF417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF417; }
p { color: rgb(205,244,23); }
H1.HeaderClassName
{
color: #CDF417;
}
.AnyTagClassName
{
color: #CDF417;
}
</style>
background-color css
<style>
a { background-color: #CDF417; }
a { background-color: rgb(205,244,23); }
div.DivClassName
{
background-color: #CDF417;
}
.BgClassName
{
background-color: #CDF417;
}
</style>
border-color css
<style>
span { border-color: #CDF417; }
span { border-color: rgb(205,244,23); }
td.TdClassName
{
border-color: #CDF417;
}
.TagClassName
{
border-color: #CDF417;
}
</style>