Shades of Electric Lime #CDF61A
Tints of Electric Lime #CDF61A
RGB
CMYK
RGB Variations
Color information
#CDF61A (or 0xCDF61A) is known color: Electric Lime. HEX triplet: CD, F6 and 1A. RGB value is (205,246,26). Sum of RGB (Red+Green+Blue) = 205+246+26=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 246 (96.48% from 255 or 51.57% from 477); Blue value is 26 (10.55% from 255 or 5.45% from 477); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF61A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF61A is #3209E5. Grayscale: #D1D1D1. Windows color (decimal): -3279334 or 1767117. OLE color: 1767117.
HSL color Cylindrical-coordinate representation of color #CDF61A: hue angle of 71.18º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDF61A is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 26 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.04 |
| HSL | 71.18º | 0.92% | 0.53% | - |
| HSV(B) | 71.18º | 0.89% | 0.96% | - |
| XYZ | 58.32 | 78.97 | 13.15 | - |
| YUV | 208.66 | 24.92 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 26 | 0.17 | 0 | 0.89 | 0.04 | 71.18 | 0.92 | 0.53 |
| Hex | CD | F6 | 1A | 11 | 0 | 59 | 4 | 47 | 5C | 35 |
| Octal | 315 | 366 | 32 | 21 | 0 | 131 | 4 | 107 | 134 | 65 |
| Binary | 11001101 | 11110110 | 11010 | 10001 | 0 | 1011001 | 100 | 1000111 | 1011100 | 110101 |
Color Harmonies of #CDF61A
Complementary color
Monochromatic Colors of #CDF61A
Black with #CDF61A
Text Example
Text Example
White with #CDF61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF61A; }
p { color: rgb(205,246,26); }
H1.HeaderClassName
{
color: #CDF61A;
}
.AnyTagClassName
{
color: #CDF61A;
}
</style>
background-color css
<style>
a { background-color: #CDF61A; }
a { background-color: rgb(205,246,26); }
div.DivClassName
{
background-color: #CDF61A;
}
.BgClassName
{
background-color: #CDF61A;
}
</style>
border-color css
<style>
span { border-color: #CDF61A; }
span { border-color: rgb(205,246,26); }
td.TdClassName
{
border-color: #CDF61A;
}
.TagClassName
{
border-color: #CDF61A;
}
</style>