Shades of Electric Lime #CDFD11
Tints of Electric Lime #CDFD11
RGB
CMYK
RGB Variations
Color information
#CDFD11 (or 0xCDFD11) is known color: Electric Lime. HEX triplet: CD, FD and 11. RGB value is (205,253,17). Sum of RGB (Red+Green+Blue) = 205+253+17=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 253 (99.22% from 255 or 53.26% from 475); Blue value is 17 (7.03% from 255 or 3.58% from 475); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFD11 is #3202EE. Grayscale: #D4D4D4. Windows color (decimal): -3277551 or 1179085. OLE color: 1179085.
HSL color Cylindrical-coordinate representation of color #CDFD11: hue angle of 72.2º 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 #CDFD11 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 253 | 17 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.01 |
| HSL | 72.2º | 0.98% | 0.53% | - |
| HSV(B) | 72.2º | 0.93% | 0.99% | - |
| XYZ | 60.4 | 83.27 | 13.42 | - |
| YUV | 211.74 | 18.1 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 253 | 17 | 0.19 | 0 | 0.93 | 0.01 | 72.2 | 0.98 | 0.53 |
| Hex | CD | FD | 11 | 13 | 0 | 5D | 1 | 48 | 62 | 35 |
| Octal | 315 | 375 | 21 | 23 | 0 | 135 | 1 | 110 | 142 | 65 |
| Binary | 11001101 | 11111101 | 10001 | 10011 | 0 | 1011101 | 1 | 1001000 | 1100010 | 110101 |
Color Harmonies of #CDFD11
Complementary color
Monochromatic Colors of #CDFD11
Black with #CDFD11
Text Example
Text Example
White with #CDFD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFD11; }
p { color: rgb(205,253,17); }
H1.HeaderClassName
{
color: #CDFD11;
}
.AnyTagClassName
{
color: #CDFD11;
}
</style>
background-color css
<style>
a { background-color: #CDFD11; }
a { background-color: rgb(205,253,17); }
div.DivClassName
{
background-color: #CDFD11;
}
.BgClassName
{
background-color: #CDFD11;
}
</style>
border-color css
<style>
span { border-color: #CDFD11; }
span { border-color: rgb(205,253,17); }
td.TdClassName
{
border-color: #CDFD11;
}
.TagClassName
{
border-color: #CDFD11;
}
</style>