Shades of Electric Lime #CDF414
Tints of Electric Lime #CDF414
RGB
CMYK
RGB Variations
Color information
#CDF414 (or 0xCDF414) is known color: Electric Lime. HEX triplet: CD, F4 and 14. RGB value is (205,244,20). Sum of RGB (Red+Green+Blue) = 205+244+20=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 244 (95.70% from 255 or 52.03% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF414 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF414 is #320BEB. Grayscale: #CFCFCF. Windows color (decimal): -3279852 or 1373389. OLE color: 1373389.
HSL color Cylindrical-coordinate representation of color #CDF414: hue angle of 70.45º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDF414 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 20 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.04 |
| HSL | 70.45º | 0.91% | 0.52% | - |
| HSV(B) | 70.45º | 0.92% | 0.96% | - |
| XYZ | 57.65 | 77.73 | 12.63 | - |
| YUV | 206.8 | 22.58 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 20 | 0.16 | 0 | 0.92 | 0.04 | 70.45 | 0.91 | 0.52 |
| Hex | CD | F4 | 14 | 10 | 0 | 5C | 4 | 46 | 5B | 34 |
| Octal | 315 | 364 | 24 | 20 | 0 | 134 | 4 | 106 | 133 | 64 |
| Binary | 11001101 | 11110100 | 10100 | 10000 | 0 | 1011100 | 100 | 1000110 | 1011011 | 110100 |
Color Harmonies of #CDF414
Complementary color
Monochromatic Colors of #CDF414
Black with #CDF414
Text Example
Text Example
White with #CDF414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF414; }
p { color: rgb(205,244,20); }
H1.HeaderClassName
{
color: #CDF414;
}
.AnyTagClassName
{
color: #CDF414;
}
</style>
background-color css
<style>
a { background-color: #CDF414; }
a { background-color: rgb(205,244,20); }
div.DivClassName
{
background-color: #CDF414;
}
.BgClassName
{
background-color: #CDF414;
}
</style>
border-color css
<style>
span { border-color: #CDF414; }
span { border-color: rgb(205,244,20); }
td.TdClassName
{
border-color: #CDF414;
}
.TagClassName
{
border-color: #CDF414;
}
</style>