Shades of Electric Lime #CDF61B
Tints of Electric Lime #CDF61B
RGB
CMYK
RGB Variations
Color information
#CDF61B (or 0xCDF61B) is known color: Electric Lime. HEX triplet: CD, F6 and 1B. RGB value is (205,246,27). Sum of RGB (Red+Green+Blue) = 205+246+27=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 246 (96.48% from 255 or 51.46% from 478); Blue value is 27 (10.94% from 255 or 5.65% from 478); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF61B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF61B is #3209E4. Grayscale: #D1D1D1. Windows color (decimal): -3279333 or 1832653. OLE color: 1832653.
HSL color Cylindrical-coordinate representation of color #CDF61B: hue angle of 71.23º 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 #CDF61B is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 27 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.04 |
| HSL | 71.23º | 0.92% | 0.54% | - |
| HSV(B) | 71.23º | 0.89% | 0.96% | - |
| XYZ | 58.33 | 78.97 | 13.21 | - |
| YUV | 208.78 | 25.42 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 27 | 0.17 | 0 | 0.89 | 0.04 | 71.23 | 0.92 | 0.54 |
| Hex | CD | F6 | 1B | 11 | 0 | 59 | 4 | 47 | 5C | 36 |
| Octal | 315 | 366 | 33 | 21 | 0 | 131 | 4 | 107 | 134 | 66 |
| Binary | 11001101 | 11110110 | 11011 | 10001 | 0 | 1011001 | 100 | 1000111 | 1011100 | 110110 |
Color Harmonies of #CDF61B
Complementary color
Monochromatic Colors of #CDF61B
Black with #CDF61B
Text Example
Text Example
White with #CDF61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF61B; }
p { color: rgb(205,246,27); }
H1.HeaderClassName
{
color: #CDF61B;
}
.AnyTagClassName
{
color: #CDF61B;
}
</style>
background-color css
<style>
a { background-color: #CDF61B; }
a { background-color: rgb(205,246,27); }
div.DivClassName
{
background-color: #CDF61B;
}
.BgClassName
{
background-color: #CDF61B;
}
</style>
border-color css
<style>
span { border-color: #CDF61B; }
span { border-color: rgb(205,246,27); }
td.TdClassName
{
border-color: #CDF61B;
}
.TagClassName
{
border-color: #CDF61B;
}
</style>