Shades of Electric Lime #CDF713
Tints of Electric Lime #CDF713
RGB
CMYK
RGB Variations
Color information
#CDF713 (or 0xCDF713) is known color: Electric Lime. HEX triplet: CD, F7 and 13. RGB value is (205,247,19). Sum of RGB (Red+Green+Blue) = 205+247+19=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 247 (96.88% from 255 or 52.44% from 471); Blue value is 19 (7.81% from 255 or 4.03% from 471); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF713 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF713 is #3208EC. Grayscale: #D1D1D1. Windows color (decimal): -3279085 or 1308621. OLE color: 1308621.
HSL color Cylindrical-coordinate representation of color #CDF713: hue angle of 71.05º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDF713 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 19 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.03 |
| HSL | 71.05º | 0.93% | 0.52% | - |
| HSV(B) | 71.05º | 0.92% | 0.97% | - |
| XYZ | 58.56 | 79.55 | 12.88 | - |
| YUV | 208.45 | 21.09 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 19 | 0.17 | 0 | 0.92 | 0.03 | 71.05 | 0.93 | 0.52 |
| Hex | CD | F7 | 13 | 11 | 0 | 5C | 3 | 47 | 5D | 34 |
| Octal | 315 | 367 | 23 | 21 | 0 | 134 | 3 | 107 | 135 | 64 |
| Binary | 11001101 | 11110111 | 10011 | 10001 | 0 | 1011100 | 11 | 1000111 | 1011101 | 110100 |
Color Harmonies of #CDF713
Complementary color
Monochromatic Colors of #CDF713
Black with #CDF713
Text Example
Text Example
White with #CDF713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF713; }
p { color: rgb(205,247,19); }
H1.HeaderClassName
{
color: #CDF713;
}
.AnyTagClassName
{
color: #CDF713;
}
</style>
background-color css
<style>
a { background-color: #CDF713; }
a { background-color: rgb(205,247,19); }
div.DivClassName
{
background-color: #CDF713;
}
.BgClassName
{
background-color: #CDF713;
}
</style>
border-color css
<style>
span { border-color: #CDF713; }
span { border-color: rgb(205,247,19); }
td.TdClassName
{
border-color: #CDF713;
}
.TagClassName
{
border-color: #CDF713;
}
</style>