Shades of Electric Lime #CDF511
Tints of Electric Lime #CDF511
RGB
CMYK
RGB Variations
Color information
#CDF511 (or 0xCDF511) is known color: Electric Lime. HEX triplet: CD, F5 and 11. RGB value is (205,245,17). Sum of RGB (Red+Green+Blue) = 205+245+17=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 245 (96.09% from 255 or 52.46% from 467); Blue value is 17 (7.03% from 255 or 3.64% from 467); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF511 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF511 is #320AEE. Grayscale: #CFCFCF. Windows color (decimal): -3279599 or 1177037. OLE color: 1177037.
HSL color Cylindrical-coordinate representation of color #CDF511: hue angle of 70.53º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDF511 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 17 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.04 |
| HSL | 70.53º | 0.92% | 0.51% | - |
| HSV(B) | 70.53º | 0.93% | 0.96% | - |
| XYZ | 57.93 | 78.32 | 12.6 | - |
| YUV | 207.05 | 20.75 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 17 | 0.16 | 0 | 0.93 | 0.04 | 70.53 | 0.92 | 0.51 |
| Hex | CD | F5 | 11 | 10 | 0 | 5D | 4 | 47 | 5C | 33 |
| Octal | 315 | 365 | 21 | 20 | 0 | 135 | 4 | 107 | 134 | 63 |
| Binary | 11001101 | 11110101 | 10001 | 10000 | 0 | 1011101 | 100 | 1000111 | 1011100 | 110011 |
Color Harmonies of #CDF511
Complementary color
Monochromatic Colors of #CDF511
Black with #CDF511
Text Example
Text Example
White with #CDF511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF511; }
p { color: rgb(205,245,17); }
H1.HeaderClassName
{
color: #CDF511;
}
.AnyTagClassName
{
color: #CDF511;
}
</style>
background-color css
<style>
a { background-color: #CDF511; }
a { background-color: rgb(205,245,17); }
div.DivClassName
{
background-color: #CDF511;
}
.BgClassName
{
background-color: #CDF511;
}
</style>
border-color css
<style>
span { border-color: #CDF511; }
span { border-color: rgb(205,245,17); }
td.TdClassName
{
border-color: #CDF511;
}
.TagClassName
{
border-color: #CDF511;
}
</style>