Shades of Electric Lime #CDF411
Tints of Electric Lime #CDF411
RGB
CMYK
RGB Variations
Color information
#CDF411 (or 0xCDF411) is known color: Electric Lime. HEX triplet: CD, F4 and 11. RGB value is (205,244,17). Sum of RGB (Red+Green+Blue) = 205+244+17=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 244 (95.70% from 255 or 52.36% from 466); Blue value is 17 (7.03% from 255 or 3.65% from 466); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF411 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF411 is #320BEE. Grayscale: #CFCFCF. Windows color (decimal): -3279855 or 1176781. OLE color: 1176781.
HSL color Cylindrical-coordinate representation of color #CDF411: hue angle of 70.31º degrees, saturation: 0.91, 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 #CDF411 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 17 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.04 |
| HSL | 70.31º | 0.91% | 0.51% | - |
| HSV(B) | 70.31º | 0.93% | 0.96% | - |
| XYZ | 57.63 | 77.72 | 12.49 | - |
| YUV | 206.46 | 21.08 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 17 | 0.16 | 0 | 0.93 | 0.04 | 70.31 | 0.91 | 0.51 |
| Hex | CD | F4 | 11 | 10 | 0 | 5D | 4 | 46 | 5B | 33 |
| Octal | 315 | 364 | 21 | 20 | 0 | 135 | 4 | 106 | 133 | 63 |
| Binary | 11001101 | 11110100 | 10001 | 10000 | 0 | 1011101 | 100 | 1000110 | 1011011 | 110011 |
Color Harmonies of #CDF411
Complementary color
Monochromatic Colors of #CDF411
Black with #CDF411
Text Example
Text Example
White with #CDF411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF411; }
p { color: rgb(205,244,17); }
H1.HeaderClassName
{
color: #CDF411;
}
.AnyTagClassName
{
color: #CDF411;
}
</style>
background-color css
<style>
a { background-color: #CDF411; }
a { background-color: rgb(205,244,17); }
div.DivClassName
{
background-color: #CDF411;
}
.BgClassName
{
background-color: #CDF411;
}
</style>
border-color css
<style>
span { border-color: #CDF411; }
span { border-color: rgb(205,244,17); }
td.TdClassName
{
border-color: #CDF411;
}
.TagClassName
{
border-color: #CDF411;
}
</style>