Shades of Electric Lime #CDF117
Tints of Electric Lime #CDF117
RGB
CMYK
RGB Variations
Color information
#CDF117 (or 0xCDF117) is known color: Electric Lime. HEX triplet: CD, F1 and 17. RGB value is (205,241,23). Sum of RGB (Red+Green+Blue) = 205+241+23=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 241 (94.53% from 255 or 51.39% from 469); Blue value is 23 (9.38% from 255 or 4.90% from 469); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF117 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF117 is #320EE8. Grayscale: #CECECE. Windows color (decimal): -3280617 or 1569229. OLE color: 1569229.
HSL color Cylindrical-coordinate representation of color #CDF117: hue angle of 69.91º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDF117 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 23 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.05 |
| HSL | 69.91º | 0.89% | 0.52% | - |
| HSV(B) | 69.91º | 0.9% | 0.95% | - |
| XYZ | 56.79 | 75.95 | 12.48 | - |
| YUV | 205.38 | 25.07 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 23 | 0.15 | 0 | 0.90 | 0.05 | 69.91 | 0.89 | 0.52 |
| Hex | CD | F1 | 17 | F | 0 | 5A | 5 | 46 | 59 | 34 |
| Octal | 315 | 361 | 27 | 17 | 0 | 132 | 5 | 106 | 131 | 64 |
| Binary | 11001101 | 11110001 | 10111 | 1111 | 0 | 1011010 | 101 | 1000110 | 1011001 | 110100 |
Color Harmonies of #CDF117
Complementary color
Monochromatic Colors of #CDF117
Black with #CDF117
Text Example
Text Example
White with #CDF117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF117; }
p { color: rgb(205,241,23); }
H1.HeaderClassName
{
color: #CDF117;
}
.AnyTagClassName
{
color: #CDF117;
}
</style>
background-color css
<style>
a { background-color: #CDF117; }
a { background-color: rgb(205,241,23); }
div.DivClassName
{
background-color: #CDF117;
}
.BgClassName
{
background-color: #CDF117;
}
</style>
border-color css
<style>
span { border-color: #CDF117; }
span { border-color: rgb(205,241,23); }
td.TdClassName
{
border-color: #CDF117;
}
.TagClassName
{
border-color: #CDF117;
}
</style>