Shades of Electric Lime #CDFD00
Tints of Electric Lime #CDFD00
RGB
CMYK
RGB Variations
Color information
#CDFD00 (or 0xCDFD00) is known color: Electric Lime. HEX triplet: CD, FD and 00. RGB value is (205,253,0). Sum of RGB (Red+Green+Blue) = 205+253+0=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 253 (99.22% from 255 or 55.24% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFD00 is #3202FF. Grayscale: #D2D2D2. Windows color (decimal): -3277568 or 64973. OLE color: 64973.
HSL color Cylindrical-coordinate representation of color #CDFD00: hue angle of 71.38º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDFD00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 253 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.01 |
| HSL | 71.38º | 1% | 0.5% | - |
| HSV(B) | 71.38º | 1% | 0.99% | - |
| XYZ | 60.3 | 83.23 | 12.89 | - |
| YUV | 209.81 | 9.6 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 253 | 0 | 0.19 | 0 | 1 | 0.01 | 71.38 | 1 | 0.5 |
| Hex | CD | FD | 0 | 13 | 0 | 64 | 1 | 47 | 64 | 32 |
| Octal | 315 | 375 | 0 | 23 | 0 | 144 | 1 | 107 | 144 | 62 |
| Binary | 11001101 | 11111101 | 0 | 10011 | 0 | 1100100 | 1 | 1000111 | 1100100 | 110010 |
Color Harmonies of #CDFD00
Complementary color
Monochromatic Colors of #CDFD00
Black with #CDFD00
Text Example
Text Example
White with #CDFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFD00; }
p { color: rgb(205,253,0); }
H1.HeaderClassName
{
color: #CDFD00;
}
.AnyTagClassName
{
color: #CDFD00;
}
</style>
background-color css
<style>
a { background-color: #CDFD00; }
a { background-color: rgb(205,253,0); }
div.DivClassName
{
background-color: #CDFD00;
}
.BgClassName
{
background-color: #CDFD00;
}
</style>
border-color css
<style>
span { border-color: #CDFD00; }
span { border-color: rgb(205,253,0); }
td.TdClassName
{
border-color: #CDFD00;
}
.TagClassName
{
border-color: #CDFD00;
}
</style>