Shades of Electric Lime #D5FE08
Tints of Electric Lime #D5FE08
RGB
CMYK
RGB Variations
Color information
#D5FE08 (or 0xD5FE08) is known color: Electric Lime. HEX triplet: D5, FE and 08. RGB value is (213,254,8). Sum of RGB (Red+Green+Blue) = 213+254+8=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 8 (3.52% from 255 or 1.68% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5FE08 is #2A01F7. Grayscale: #D6D6D6. Windows color (decimal): -2753016 or 589525. OLE color: 589525.
HSL color Cylindrical-coordinate representation of color #D5FE08: hue angle of 70º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5FE08 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 8 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.00 |
| HSL | 70º | 0.99% | 0.51% | - |
| HSV(B) | 70º | 0.97% | 1% | - |
| XYZ | 62.93 | 85.05 | 13.33 | - |
| YUV | 213.7 | 11.92 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 8 | 0.16 | 0 | 0.97 | 0.00 | 70 | 0.99 | 0.51 |
| Hex | D5 | FE | 8 | 10 | 0 | 61 | 0 | 46 | 63 | 33 |
| Octal | 325 | 376 | 10 | 20 | 0 | 141 | 0 | 106 | 143 | 63 |
| Binary | 11010101 | 11111110 | 1000 | 10000 | 0 | 1100001 | 0 | 1000110 | 1100011 | 110011 |
Color Harmonies of #D5FE08
Complementary color
Monochromatic Colors of #D5FE08
Black with #D5FE08
Text Example
Text Example
White with #D5FE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FE08; }
p { color: rgb(213,254,8); }
H1.HeaderClassName
{
color: #D5FE08;
}
.AnyTagClassName
{
color: #D5FE08;
}
</style>
background-color css
<style>
a { background-color: #D5FE08; }
a { background-color: rgb(213,254,8); }
div.DivClassName
{
background-color: #D5FE08;
}
.BgClassName
{
background-color: #D5FE08;
}
</style>
border-color css
<style>
span { border-color: #D5FE08; }
span { border-color: rgb(213,254,8); }
td.TdClassName
{
border-color: #D5FE08;
}
.TagClassName
{
border-color: #D5FE08;
}
</style>