Shades of Electric Lime #CDF014
Tints of Electric Lime #CDF014
RGB
CMYK
RGB Variations
Color information
#CDF014 (or 0xCDF014) is known color: Electric Lime. HEX triplet: CD, F0 and 14. RGB value is (205,240,20). Sum of RGB (Red+Green+Blue) = 205+240+20=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 240 (94.14% from 255 or 51.61% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF014 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF014 is #320FEB. Grayscale: #CDCDCD. Windows color (decimal): -3280876 or 1372365. OLE color: 1372365.
HSL color Cylindrical-coordinate representation of color #CDF014: hue angle of 69.55º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDF014 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 20 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.06 |
| HSL | 69.55º | 0.88% | 0.51% | - |
| HSV(B) | 69.55º | 0.92% | 0.94% | - |
| XYZ | 56.46 | 75.35 | 12.23 | - |
| YUV | 204.46 | 23.9 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 20 | 0.15 | 0 | 0.92 | 0.06 | 69.55 | 0.88 | 0.51 |
| Hex | CD | F0 | 14 | F | 0 | 5C | 6 | 46 | 58 | 33 |
| Octal | 315 | 360 | 24 | 17 | 0 | 134 | 6 | 106 | 130 | 63 |
| Binary | 11001101 | 11110000 | 10100 | 1111 | 0 | 1011100 | 110 | 1000110 | 1011000 | 110011 |
Color Harmonies of #CDF014
Complementary color
Monochromatic Colors of #CDF014
Black with #CDF014
Text Example
Text Example
White with #CDF014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF014; }
p { color: rgb(205,240,20); }
H1.HeaderClassName
{
color: #CDF014;
}
.AnyTagClassName
{
color: #CDF014;
}
</style>
background-color css
<style>
a { background-color: #CDF014; }
a { background-color: rgb(205,240,20); }
div.DivClassName
{
background-color: #CDF014;
}
.BgClassName
{
background-color: #CDF014;
}
</style>
border-color css
<style>
span { border-color: #CDF014; }
span { border-color: rgb(205,240,20); }
td.TdClassName
{
border-color: #CDF014;
}
.TagClassName
{
border-color: #CDF014;
}
</style>