Shades of Electric Lime #CDF817
Tints of Electric Lime #CDF817
RGB
CMYK
RGB Variations
Color information
#CDF817 (or 0xCDF817) is known color: Electric Lime. HEX triplet: CD, F8 and 17. RGB value is (205,248,23). Sum of RGB (Red+Green+Blue) = 205+248+23=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 248 (97.27% from 255 or 52.10% from 476); Blue value is 23 (9.38% from 255 or 4.83% from 476); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF817 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF817 is #3207E8. Grayscale: #D2D2D2. Windows color (decimal): -3278825 or 1571021. OLE color: 1571021.
HSL color Cylindrical-coordinate representation of color #CDF817: hue angle of 71.47º 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 #CDF817 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 23 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.03 |
| HSL | 71.47º | 0.94% | 0.53% | - |
| HSV(B) | 71.47º | 0.91% | 0.97% | - |
| XYZ | 58.9 | 80.18 | 13.18 | - |
| YUV | 209.49 | 22.75 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 23 | 0.17 | 0 | 0.91 | 0.03 | 71.47 | 0.94 | 0.53 |
| Hex | CD | F8 | 17 | 11 | 0 | 5B | 3 | 47 | 5E | 35 |
| Octal | 315 | 370 | 27 | 21 | 0 | 133 | 3 | 107 | 136 | 65 |
| Binary | 11001101 | 11111000 | 10111 | 10001 | 0 | 1011011 | 11 | 1000111 | 1011110 | 110101 |
Color Harmonies of #CDF817
Complementary color
Monochromatic Colors of #CDF817
Black with #CDF817
Text Example
Text Example
White with #CDF817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF817; }
p { color: rgb(205,248,23); }
H1.HeaderClassName
{
color: #CDF817;
}
.AnyTagClassName
{
color: #CDF817;
}
</style>
background-color css
<style>
a { background-color: #CDF817; }
a { background-color: rgb(205,248,23); }
div.DivClassName
{
background-color: #CDF817;
}
.BgClassName
{
background-color: #CDF817;
}
</style>
border-color css
<style>
span { border-color: #CDF817; }
span { border-color: rgb(205,248,23); }
td.TdClassName
{
border-color: #CDF817;
}
.TagClassName
{
border-color: #CDF817;
}
</style>