Shades of Electric Lime #CDF816
Tints of Electric Lime #CDF816
RGB
CMYK
RGB Variations
Color information
#CDF816 (or 0xCDF816) is known color: Electric Lime. HEX triplet: CD, F8 and 16. RGB value is (205,248,22). Sum of RGB (Red+Green+Blue) = 205+248+22=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 248 (97.27% from 255 or 52.21% from 475); Blue value is 22 (8.98% from 255 or 4.63% from 475); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF816 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF816 is #3207E9. Grayscale: #D2D2D2. Windows color (decimal): -3278826 or 1505485. OLE color: 1505485.
HSL color Cylindrical-coordinate representation of color #CDF816: hue angle of 71.42º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDF816 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 22 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.03 |
| HSL | 71.42º | 0.94% | 0.53% | - |
| HSV(B) | 71.42º | 0.91% | 0.97% | - |
| XYZ | 58.89 | 80.17 | 13.13 | - |
| YUV | 209.38 | 22.25 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 22 | 0.17 | 0 | 0.91 | 0.03 | 71.42 | 0.94 | 0.53 |
| Hex | CD | F8 | 16 | 11 | 0 | 5B | 3 | 47 | 5E | 35 |
| Octal | 315 | 370 | 26 | 21 | 0 | 133 | 3 | 107 | 136 | 65 |
| Binary | 11001101 | 11111000 | 10110 | 10001 | 0 | 1011011 | 11 | 1000111 | 1011110 | 110101 |
Color Harmonies of #CDF816
Complementary color
Monochromatic Colors of #CDF816
Black with #CDF816
Text Example
Text Example
White with #CDF816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF816; }
p { color: rgb(205,248,22); }
H1.HeaderClassName
{
color: #CDF816;
}
.AnyTagClassName
{
color: #CDF816;
}
</style>
background-color css
<style>
a { background-color: #CDF816; }
a { background-color: rgb(205,248,22); }
div.DivClassName
{
background-color: #CDF816;
}
.BgClassName
{
background-color: #CDF816;
}
</style>
border-color css
<style>
span { border-color: #CDF816; }
span { border-color: rgb(205,248,22); }
td.TdClassName
{
border-color: #CDF816;
}
.TagClassName
{
border-color: #CDF816;
}
</style>