Shades of Electric Lime #D5FE20
Tints of Electric Lime #D5FE20
RGB
CMYK
RGB Variations
Color information
#D5FE20 (or 0xD5FE20) is known color: Electric Lime. HEX triplet: D5, FE and 20. RGB value is (213,254,32). Sum of RGB (Red+Green+Blue) = 213+254+32=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 32 (12.89% from 255 or 6.41% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FE20 is #2A01DF. Grayscale: #D9D9D9. Windows color (decimal): -2752992 or 2162389. OLE color: 2162389.
HSL color Cylindrical-coordinate representation of color #D5FE20: hue angle of 71.08º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5FE20 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 32 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.00 |
| HSL | 71.08º | 0.99% | 0.56% | - |
| HSV(B) | 71.08º | 0.87% | 1% | - |
| XYZ | 63.14 | 85.13 | 14.47 | - |
| YUV | 216.43 | 23.92 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 32 | 0.16 | 0 | 0.87 | 0.00 | 71.08 | 0.99 | 0.56 |
| Hex | D5 | FE | 20 | 10 | 0 | 57 | 0 | 47 | 63 | 38 |
| Octal | 325 | 376 | 40 | 20 | 0 | 127 | 0 | 107 | 143 | 70 |
| Binary | 11010101 | 11111110 | 100000 | 10000 | 0 | 1010111 | 0 | 1000111 | 1100011 | 111000 |
Color Harmonies of #D5FE20
Complementary color
Monochromatic Colors of #D5FE20
Black with #D5FE20
Text Example
Text Example
White with #D5FE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FE20; }
p { color: rgb(213,254,32); }
H1.HeaderClassName
{
color: #D5FE20;
}
.AnyTagClassName
{
color: #D5FE20;
}
</style>
background-color css
<style>
a { background-color: #D5FE20; }
a { background-color: rgb(213,254,32); }
div.DivClassName
{
background-color: #D5FE20;
}
.BgClassName
{
background-color: #D5FE20;
}
</style>
border-color css
<style>
span { border-color: #D5FE20; }
span { border-color: rgb(213,254,32); }
td.TdClassName
{
border-color: #D5FE20;
}
.TagClassName
{
border-color: #D5FE20;
}
</style>