Shades of Electric Lime #CDF611
Tints of Electric Lime #CDF611
RGB
CMYK
RGB Variations
Color information
#CDF611 (or 0xCDF611) is known color: Electric Lime. HEX triplet: CD, F6 and 11. RGB value is (205,246,17). Sum of RGB (Red+Green+Blue) = 205+246+17=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 246 (96.48% from 255 or 52.56% from 468); Blue value is 17 (7.03% from 255 or 3.63% from 468); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF611 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF611 is #3209EE. Grayscale: #D0D0D0. Windows color (decimal): -3279343 or 1177293. OLE color: 1177293.
HSL color Cylindrical-coordinate representation of color #CDF611: hue angle of 70.74º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDF611 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 17 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.04 |
| HSL | 70.74º | 0.93% | 0.52% | - |
| HSV(B) | 70.74º | 0.93% | 0.96% | - |
| XYZ | 58.23 | 78.93 | 12.7 | - |
| YUV | 207.64 | 20.42 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 17 | 0.17 | 0 | 0.93 | 0.04 | 70.74 | 0.93 | 0.52 |
| Hex | CD | F6 | 11 | 11 | 0 | 5D | 4 | 47 | 5D | 34 |
| Octal | 315 | 366 | 21 | 21 | 0 | 135 | 4 | 107 | 135 | 64 |
| Binary | 11001101 | 11110110 | 10001 | 10001 | 0 | 1011101 | 100 | 1000111 | 1011101 | 110100 |
Color Harmonies of #CDF611
Complementary color
Monochromatic Colors of #CDF611
Black with #CDF611
Text Example
Text Example
White with #CDF611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF611; }
p { color: rgb(205,246,17); }
H1.HeaderClassName
{
color: #CDF611;
}
.AnyTagClassName
{
color: #CDF611;
}
</style>
background-color css
<style>
a { background-color: #CDF611; }
a { background-color: rgb(205,246,17); }
div.DivClassName
{
background-color: #CDF611;
}
.BgClassName
{
background-color: #CDF611;
}
</style>
border-color css
<style>
span { border-color: #CDF611; }
span { border-color: rgb(205,246,17); }
td.TdClassName
{
border-color: #CDF611;
}
.TagClassName
{
border-color: #CDF611;
}
</style>