Shades of Electric Lime #CDF715
Tints of Electric Lime #CDF715
RGB
CMYK
RGB Variations
Color information
#CDF715 (or 0xCDF715) is known color: Electric Lime. HEX triplet: CD, F7 and 15. RGB value is (205,247,21). Sum of RGB (Red+Green+Blue) = 205+247+21=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 247 (96.88% from 255 or 52.22% from 473); Blue value is 21 (8.59% from 255 or 4.44% from 473); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF715 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF715 is #3208EA. Grayscale: #D1D1D1. Windows color (decimal): -3279083 or 1439693. OLE color: 1439693.
HSL color Cylindrical-coordinate representation of color #CDF715: hue angle of 71.15º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDF715 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 21 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.03 |
| HSL | 71.15º | 0.93% | 0.53% | - |
| HSV(B) | 71.15º | 0.91% | 0.97% | - |
| XYZ | 58.57 | 79.55 | 12.98 | - |
| YUV | 208.68 | 22.09 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 21 | 0.17 | 0 | 0.91 | 0.03 | 71.15 | 0.93 | 0.53 |
| Hex | CD | F7 | 15 | 11 | 0 | 5B | 3 | 47 | 5D | 35 |
| Octal | 315 | 367 | 25 | 21 | 0 | 133 | 3 | 107 | 135 | 65 |
| Binary | 11001101 | 11110111 | 10101 | 10001 | 0 | 1011011 | 11 | 1000111 | 1011101 | 110101 |
Color Harmonies of #CDF715
Complementary color
Monochromatic Colors of #CDF715
Black with #CDF715
Text Example
Text Example
White with #CDF715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF715; }
p { color: rgb(205,247,21); }
H1.HeaderClassName
{
color: #CDF715;
}
.AnyTagClassName
{
color: #CDF715;
}
</style>
background-color css
<style>
a { background-color: #CDF715; }
a { background-color: rgb(205,247,21); }
div.DivClassName
{
background-color: #CDF715;
}
.BgClassName
{
background-color: #CDF715;
}
</style>
border-color css
<style>
span { border-color: #CDF715; }
span { border-color: rgb(205,247,21); }
td.TdClassName
{
border-color: #CDF715;
}
.TagClassName
{
border-color: #CDF715;
}
</style>