Shades of Electric Lime #CDF616
Tints of Electric Lime #CDF616
RGB
CMYK
RGB Variations
Color information
#CDF616 (or 0xCDF616) is known color: Electric Lime. HEX triplet: CD, F6 and 16. RGB value is (205,246,22). Sum of RGB (Red+Green+Blue) = 205+246+22=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 246 (96.48% from 255 or 52.01% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF616 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF616 is #3209E9. Grayscale: #D1D1D1. Windows color (decimal): -3279338 or 1504973. OLE color: 1504973.
HSL color Cylindrical-coordinate representation of color #CDF616: hue angle of 70.98º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDF616 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 22 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.04 |
| HSL | 70.98º | 0.93% | 0.53% | - |
| HSV(B) | 70.98º | 0.91% | 0.96% | - |
| XYZ | 58.28 | 78.95 | 12.93 | - |
| YUV | 208.21 | 22.92 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 22 | 0.17 | 0 | 0.91 | 0.04 | 70.98 | 0.93 | 0.53 |
| Hex | CD | F6 | 16 | 11 | 0 | 5B | 4 | 47 | 5D | 35 |
| Octal | 315 | 366 | 26 | 21 | 0 | 133 | 4 | 107 | 135 | 65 |
| Binary | 11001101 | 11110110 | 10110 | 10001 | 0 | 1011011 | 100 | 1000111 | 1011101 | 110101 |
Color Harmonies of #CDF616
Complementary color
Monochromatic Colors of #CDF616
Black with #CDF616
Text Example
Text Example
White with #CDF616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF616; }
p { color: rgb(205,246,22); }
H1.HeaderClassName
{
color: #CDF616;
}
.AnyTagClassName
{
color: #CDF616;
}
</style>
background-color css
<style>
a { background-color: #CDF616; }
a { background-color: rgb(205,246,22); }
div.DivClassName
{
background-color: #CDF616;
}
.BgClassName
{
background-color: #CDF616;
}
</style>
border-color css
<style>
span { border-color: #CDF616; }
span { border-color: rgb(205,246,22); }
td.TdClassName
{
border-color: #CDF616;
}
.TagClassName
{
border-color: #CDF616;
}
</style>