Shades of Electric Lime #CDFC11
Tints of Electric Lime #CDFC11
RGB
CMYK
RGB Variations
Color information
#CDFC11 (or 0xCDFC11) is known color: Electric Lime. HEX triplet: CD, FC and 11. RGB value is (205,252,17). Sum of RGB (Red+Green+Blue) = 205+252+17=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 252 (98.83% from 255 or 53.16% from 474); Blue value is 17 (7.03% from 255 or 3.59% from 474); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFC11 is #3203EE. Grayscale: #D4D4D4. Windows color (decimal): -3277807 or 1178829. OLE color: 1178829.
HSL color Cylindrical-coordinate representation of color #CDFC11: hue angle of 72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDFC11 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 17 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.01 |
| HSL | 72º | 0.98% | 0.53% | - |
| HSV(B) | 72º | 0.93% | 0.99% | - |
| XYZ | 60.09 | 82.64 | 13.31 | - |
| YUV | 211.16 | 18.43 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 17 | 0.19 | 0 | 0.93 | 0.01 | 72 | 0.98 | 0.53 |
| Hex | CD | FC | 11 | 13 | 0 | 5D | 1 | 48 | 62 | 35 |
| Octal | 315 | 374 | 21 | 23 | 0 | 135 | 1 | 110 | 142 | 65 |
| Binary | 11001101 | 11111100 | 10001 | 10011 | 0 | 1011101 | 1 | 1001000 | 1100010 | 110101 |
Color Harmonies of #CDFC11
Complementary color
Monochromatic Colors of #CDFC11
Black with #CDFC11
Text Example
Text Example
White with #CDFC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC11; }
p { color: rgb(205,252,17); }
H1.HeaderClassName
{
color: #CDFC11;
}
.AnyTagClassName
{
color: #CDFC11;
}
</style>
background-color css
<style>
a { background-color: #CDFC11; }
a { background-color: rgb(205,252,17); }
div.DivClassName
{
background-color: #CDFC11;
}
.BgClassName
{
background-color: #CDFC11;
}
</style>
border-color css
<style>
span { border-color: #CDFC11; }
span { border-color: rgb(205,252,17); }
td.TdClassName
{
border-color: #CDFC11;
}
.TagClassName
{
border-color: #CDFC11;
}
</style>