Shades of Electric Lime #CDF61C
Tints of Electric Lime #CDF61C
RGB
CMYK
RGB Variations
Color information
#CDF61C (or 0xCDF61C) is known color: Electric Lime. HEX triplet: CD, F6 and 1C. RGB value is (205,246,28). Sum of RGB (Red+Green+Blue) = 205+246+28=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 246 (96.48% from 255 or 51.36% from 479); Blue value is 28 (11.33% from 255 or 5.85% from 479); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF61C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF61C is #3209E3. Grayscale: #D1D1D1. Windows color (decimal): -3279332 or 1898189. OLE color: 1898189.
HSL color Cylindrical-coordinate representation of color #CDF61C: hue angle of 71.28º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDF61C is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 28 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.04 |
| HSL | 71.28º | 0.92% | 0.54% | - |
| HSV(B) | 71.28º | 0.89% | 0.96% | - |
| XYZ | 58.34 | 78.97 | 13.27 | - |
| YUV | 208.89 | 25.92 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 28 | 0.17 | 0 | 0.89 | 0.04 | 71.28 | 0.92 | 0.54 |
| Hex | CD | F6 | 1C | 11 | 0 | 59 | 4 | 47 | 5C | 36 |
| Octal | 315 | 366 | 34 | 21 | 0 | 131 | 4 | 107 | 134 | 66 |
| Binary | 11001101 | 11110110 | 11100 | 10001 | 0 | 1011001 | 100 | 1000111 | 1011100 | 110110 |
Color Harmonies of #CDF61C
Complementary color
Monochromatic Colors of #CDF61C
Black with #CDF61C
Text Example
Text Example
White with #CDF61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF61C; }
p { color: rgb(205,246,28); }
H1.HeaderClassName
{
color: #CDF61C;
}
.AnyTagClassName
{
color: #CDF61C;
}
</style>
background-color css
<style>
a { background-color: #CDF61C; }
a { background-color: rgb(205,246,28); }
div.DivClassName
{
background-color: #CDF61C;
}
.BgClassName
{
background-color: #CDF61C;
}
</style>
border-color css
<style>
span { border-color: #CDF61C; }
span { border-color: rgb(205,246,28); }
td.TdClassName
{
border-color: #CDF61C;
}
.TagClassName
{
border-color: #CDF61C;
}
</style>