Shades of Electric Lime #CDF60E
Tints of Electric Lime #CDF60E
RGB
CMYK
RGB Variations
Color information
#CDF60E (or 0xCDF60E) is known color: Electric Lime. HEX triplet: CD, F6 and 0E. RGB value is (205,246,14). Sum of RGB (Red+Green+Blue) = 205+246+14=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 246 (96.48% from 255 or 52.90% from 465); Blue value is 14 (5.86% from 255 or 3.01% from 465); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF60E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF60E is #3209F1. Grayscale: #D0D0D0. Windows color (decimal): -3279346 or 980685. OLE color: 980685.
HSL color Cylindrical-coordinate representation of color #CDF60E: hue angle of 70.6º degrees, saturation: 0.93, 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 #CDF60E is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 14 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.04 |
| HSL | 70.6º | 0.93% | 0.51% | - |
| HSV(B) | 70.6º | 0.94% | 0.96% | - |
| XYZ | 58.21 | 78.92 | 12.58 | - |
| YUV | 207.29 | 18.92 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 14 | 0.17 | 0 | 0.94 | 0.04 | 70.6 | 0.93 | 0.51 |
| Hex | CD | F6 | E | 11 | 0 | 5E | 4 | 47 | 5D | 33 |
| Octal | 315 | 366 | 16 | 21 | 0 | 136 | 4 | 107 | 135 | 63 |
| Binary | 11001101 | 11110110 | 1110 | 10001 | 0 | 1011110 | 100 | 1000111 | 1011101 | 110011 |
Color Harmonies of #CDF60E
Complementary color
Monochromatic Colors of #CDF60E
Black with #CDF60E
Text Example
Text Example
White with #CDF60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF60E; }
p { color: rgb(205,246,14); }
H1.HeaderClassName
{
color: #CDF60E;
}
.AnyTagClassName
{
color: #CDF60E;
}
</style>
background-color css
<style>
a { background-color: #CDF60E; }
a { background-color: rgb(205,246,14); }
div.DivClassName
{
background-color: #CDF60E;
}
.BgClassName
{
background-color: #CDF60E;
}
</style>
border-color css
<style>
span { border-color: #CDF60E; }
span { border-color: rgb(205,246,14); }
td.TdClassName
{
border-color: #CDF60E;
}
.TagClassName
{
border-color: #CDF60E;
}
</style>