Shades of Electric Lime #CDF711
Tints of Electric Lime #CDF711
RGB
CMYK
RGB Variations
Color information
#CDF711 (or 0xCDF711) is known color: Electric Lime. HEX triplet: CD, F7 and 11. RGB value is (205,247,17). Sum of RGB (Red+Green+Blue) = 205+247+17=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 247 (96.88% from 255 or 52.67% from 469); Blue value is 17 (7.03% from 255 or 3.62% from 469); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF711 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF711 is #3208EE. Grayscale: #D1D1D1. Windows color (decimal): -3279087 or 1177549. OLE color: 1177549.
HSL color Cylindrical-coordinate representation of color #CDF711: hue angle of 70.96º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDF711 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 17 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.03 |
| HSL | 70.96º | 0.93% | 0.52% | - |
| HSV(B) | 70.96º | 0.93% | 0.97% | - |
| XYZ | 58.54 | 79.54 | 12.8 | - |
| YUV | 208.22 | 20.09 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 17 | 0.17 | 0 | 0.93 | 0.03 | 70.96 | 0.93 | 0.52 |
| Hex | CD | F7 | 11 | 11 | 0 | 5D | 3 | 47 | 5D | 34 |
| Octal | 315 | 367 | 21 | 21 | 0 | 135 | 3 | 107 | 135 | 64 |
| Binary | 11001101 | 11110111 | 10001 | 10001 | 0 | 1011101 | 11 | 1000111 | 1011101 | 110100 |
Color Harmonies of #CDF711
Complementary color
Monochromatic Colors of #CDF711
Black with #CDF711
Text Example
Text Example
White with #CDF711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF711; }
p { color: rgb(205,247,17); }
H1.HeaderClassName
{
color: #CDF711;
}
.AnyTagClassName
{
color: #CDF711;
}
</style>
background-color css
<style>
a { background-color: #CDF711; }
a { background-color: rgb(205,247,17); }
div.DivClassName
{
background-color: #CDF711;
}
.BgClassName
{
background-color: #CDF711;
}
</style>
border-color css
<style>
span { border-color: #CDF711; }
span { border-color: rgb(205,247,17); }
td.TdClassName
{
border-color: #CDF711;
}
.TagClassName
{
border-color: #CDF711;
}
</style>