Shades of Electric Lime #CDF80C
Tints of Electric Lime #CDF80C
RGB
CMYK
RGB Variations
Color information
#CDF80C (or 0xCDF80C) is known color: Electric Lime. HEX triplet: CD, F8 and 0C. RGB value is (205,248,12). Sum of RGB (Red+Green+Blue) = 205+248+12=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 248 (97.27% from 255 or 53.33% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF80C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF80C is #3207F3. Grayscale: #D1D1D1. Windows color (decimal): -3278836 or 850125. OLE color: 850125.
HSL color Cylindrical-coordinate representation of color #CDF80C: hue angle of 70.93º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDF80C is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 12 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.03 |
| HSL | 70.93º | 0.94% | 0.51% | - |
| HSV(B) | 70.93º | 0.95% | 0.97% | - |
| XYZ | 58.81 | 80.14 | 12.72 | - |
| YUV | 208.24 | 17.25 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 12 | 0.17 | 0 | 0.95 | 0.03 | 70.93 | 0.94 | 0.51 |
| Hex | CD | F8 | C | 11 | 0 | 5F | 3 | 47 | 5E | 33 |
| Octal | 315 | 370 | 14 | 21 | 0 | 137 | 3 | 107 | 136 | 63 |
| Binary | 11001101 | 11111000 | 1100 | 10001 | 0 | 1011111 | 11 | 1000111 | 1011110 | 110011 |
Color Harmonies of #CDF80C
Complementary color
Monochromatic Colors of #CDF80C
Black with #CDF80C
Text Example
Text Example
White with #CDF80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF80C; }
p { color: rgb(205,248,12); }
H1.HeaderClassName
{
color: #CDF80C;
}
.AnyTagClassName
{
color: #CDF80C;
}
</style>
background-color css
<style>
a { background-color: #CDF80C; }
a { background-color: rgb(205,248,12); }
div.DivClassName
{
background-color: #CDF80C;
}
.BgClassName
{
background-color: #CDF80C;
}
</style>
border-color css
<style>
span { border-color: #CDF80C; }
span { border-color: rgb(205,248,12); }
td.TdClassName
{
border-color: #CDF80C;
}
.TagClassName
{
border-color: #CDF80C;
}
</style>