Shades of Electric Lime #CDF818
Tints of Electric Lime #CDF818
RGB
CMYK
RGB Variations
Color information
#CDF818 (or 0xCDF818) is known color: Electric Lime. HEX triplet: CD, F8 and 18. RGB value is (205,248,24). Sum of RGB (Red+Green+Blue) = 205+248+24=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 248 (97.27% from 255 or 51.99% from 477); Blue value is 24 (9.77% from 255 or 5.03% from 477); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF818 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF818 is #3207E7. Grayscale: #D2D2D2. Windows color (decimal): -3278824 or 1636557. OLE color: 1636557.
HSL color Cylindrical-coordinate representation of color #CDF818: hue angle of 71.52º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDF818 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 24 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.03 |
| HSL | 71.52º | 0.94% | 0.53% | - |
| HSV(B) | 71.52º | 0.9% | 0.97% | - |
| XYZ | 58.91 | 80.18 | 13.24 | - |
| YUV | 209.61 | 23.25 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 24 | 0.17 | 0 | 0.90 | 0.03 | 71.52 | 0.94 | 0.53 |
| Hex | CD | F8 | 18 | 11 | 0 | 5A | 3 | 48 | 5E | 35 |
| Octal | 315 | 370 | 30 | 21 | 0 | 132 | 3 | 110 | 136 | 65 |
| Binary | 11001101 | 11111000 | 11000 | 10001 | 0 | 1011010 | 11 | 1001000 | 1011110 | 110101 |
Color Harmonies of #CDF818
Complementary color
Monochromatic Colors of #CDF818
Black with #CDF818
Text Example
Text Example
White with #CDF818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF818; }
p { color: rgb(205,248,24); }
H1.HeaderClassName
{
color: #CDF818;
}
.AnyTagClassName
{
color: #CDF818;
}
</style>
background-color css
<style>
a { background-color: #CDF818; }
a { background-color: rgb(205,248,24); }
div.DivClassName
{
background-color: #CDF818;
}
.BgClassName
{
background-color: #CDF818;
}
</style>
border-color css
<style>
span { border-color: #CDF818; }
span { border-color: rgb(205,248,24); }
td.TdClassName
{
border-color: #CDF818;
}
.TagClassName
{
border-color: #CDF818;
}
</style>