Shades of Electric Lime #CDF40E
Tints of Electric Lime #CDF40E
RGB
CMYK
RGB Variations
Color information
#CDF40E (or 0xCDF40E) is known color: Electric Lime. HEX triplet: CD, F4 and 0E. RGB value is (205,244,14). Sum of RGB (Red+Green+Blue) = 205+244+14=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 244 (95.70% from 255 or 52.70% from 463); Blue value is 14 (5.86% from 255 or 3.02% from 463); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF40E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF40E is #320BF1. Grayscale: #CECECE. Windows color (decimal): -3279858 or 980173. OLE color: 980173.
HSL color Cylindrical-coordinate representation of color #CDF40E: hue angle of 70.17º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDF40E is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 14 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.04 |
| HSL | 70.17º | 0.91% | 0.51% | - |
| HSV(B) | 70.17º | 0.94% | 0.96% | - |
| XYZ | 57.61 | 77.71 | 12.38 | - |
| YUV | 206.12 | 19.58 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 14 | 0.16 | 0 | 0.94 | 0.04 | 70.17 | 0.91 | 0.51 |
| Hex | CD | F4 | E | 10 | 0 | 5E | 4 | 46 | 5B | 33 |
| Octal | 315 | 364 | 16 | 20 | 0 | 136 | 4 | 106 | 133 | 63 |
| Binary | 11001101 | 11110100 | 1110 | 10000 | 0 | 1011110 | 100 | 1000110 | 1011011 | 110011 |
Color Harmonies of #CDF40E
Complementary color
Monochromatic Colors of #CDF40E
Black with #CDF40E
Text Example
Text Example
White with #CDF40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF40E; }
p { color: rgb(205,244,14); }
H1.HeaderClassName
{
color: #CDF40E;
}
.AnyTagClassName
{
color: #CDF40E;
}
</style>
background-color css
<style>
a { background-color: #CDF40E; }
a { background-color: rgb(205,244,14); }
div.DivClassName
{
background-color: #CDF40E;
}
.BgClassName
{
background-color: #CDF40E;
}
</style>
border-color css
<style>
span { border-color: #CDF40E; }
span { border-color: rgb(205,244,14); }
td.TdClassName
{
border-color: #CDF40E;
}
.TagClassName
{
border-color: #CDF40E;
}
</style>