Shades of Electric Lime #CDF517
Tints of Electric Lime #CDF517
RGB
CMYK
RGB Variations
Color information
#CDF517 (or 0xCDF517) is known color: Electric Lime. HEX triplet: CD, F5 and 17. RGB value is (205,245,23). Sum of RGB (Red+Green+Blue) = 205+245+23=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 245 (96.09% from 255 or 51.80% from 473); Blue value is 23 (9.38% from 255 or 4.86% from 473); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF517 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF517 is #320AE8. Grayscale: #D0D0D0. Windows color (decimal): -3279593 or 1570253. OLE color: 1570253.
HSL color Cylindrical-coordinate representation of color #CDF517: hue angle of 70.81º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDF517 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 23 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.04 |
| HSL | 70.81º | 0.92% | 0.53% | - |
| HSV(B) | 70.81º | 0.91% | 0.96% | - |
| XYZ | 57.98 | 78.35 | 12.88 | - |
| YUV | 207.73 | 23.75 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 23 | 0.16 | 0 | 0.91 | 0.04 | 70.81 | 0.92 | 0.53 |
| Hex | CD | F5 | 17 | 10 | 0 | 5B | 4 | 47 | 5C | 35 |
| Octal | 315 | 365 | 27 | 20 | 0 | 133 | 4 | 107 | 134 | 65 |
| Binary | 11001101 | 11110101 | 10111 | 10000 | 0 | 1011011 | 100 | 1000111 | 1011100 | 110101 |
Color Harmonies of #CDF517
Complementary color
Monochromatic Colors of #CDF517
Black with #CDF517
Text Example
Text Example
White with #CDF517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF517; }
p { color: rgb(205,245,23); }
H1.HeaderClassName
{
color: #CDF517;
}
.AnyTagClassName
{
color: #CDF517;
}
</style>
background-color css
<style>
a { background-color: #CDF517; }
a { background-color: rgb(205,245,23); }
div.DivClassName
{
background-color: #CDF517;
}
.BgClassName
{
background-color: #CDF517;
}
</style>
border-color css
<style>
span { border-color: #CDF517; }
span { border-color: rgb(205,245,23); }
td.TdClassName
{
border-color: #CDF517;
}
.TagClassName
{
border-color: #CDF517;
}
</style>