Shades of Electric Lime #CDF719
Tints of Electric Lime #CDF719
RGB
CMYK
RGB Variations
Color information
#CDF719 (or 0xCDF719) is known color: Electric Lime. HEX triplet: CD, F7 and 19. RGB value is (205,247,25). Sum of RGB (Red+Green+Blue) = 205+247+25=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 247 (96.88% from 255 or 51.78% from 477); Blue value is 25 (10.16% from 255 or 5.24% from 477); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF719 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF719 is #3208E6. Grayscale: #D1D1D1. Windows color (decimal): -3279079 or 1701837. OLE color: 1701837.
HSL color Cylindrical-coordinate representation of color #CDF719: hue angle of 71.35º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDF719 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 25 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.03 |
| HSL | 71.35º | 0.93% | 0.53% | - |
| HSV(B) | 71.35º | 0.9% | 0.97% | - |
| XYZ | 58.61 | 79.57 | 13.19 | - |
| YUV | 209.13 | 24.09 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 25 | 0.17 | 0 | 0.90 | 0.03 | 71.35 | 0.93 | 0.53 |
| Hex | CD | F7 | 19 | 11 | 0 | 5A | 3 | 47 | 5D | 35 |
| Octal | 315 | 367 | 31 | 21 | 0 | 132 | 3 | 107 | 135 | 65 |
| Binary | 11001101 | 11110111 | 11001 | 10001 | 0 | 1011010 | 11 | 1000111 | 1011101 | 110101 |
Color Harmonies of #CDF719
Complementary color
Monochromatic Colors of #CDF719
Black with #CDF719
Text Example
Text Example
White with #CDF719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF719; }
p { color: rgb(205,247,25); }
H1.HeaderClassName
{
color: #CDF719;
}
.AnyTagClassName
{
color: #CDF719;
}
</style>
background-color css
<style>
a { background-color: #CDF719; }
a { background-color: rgb(205,247,25); }
div.DivClassName
{
background-color: #CDF719;
}
.BgClassName
{
background-color: #CDF719;
}
</style>
border-color css
<style>
span { border-color: #CDF719; }
span { border-color: rgb(205,247,25); }
td.TdClassName
{
border-color: #CDF719;
}
.TagClassName
{
border-color: #CDF719;
}
</style>