Shades of Electric Lime #D5FF08
Tints of Electric Lime #D5FF08
RGB
CMYK
RGB Variations
Color information
#D5FF08 (or 0xD5FF08) is known color: Electric Lime. HEX triplet: D5, FF and 08. RGB value is (213,255,8). Sum of RGB (Red+Green+Blue) = 213+255+8=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 8 (3.52% from 255 or 1.68% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5FF08 is #2A00F7. Grayscale: #D7D7D7. Windows color (decimal): -2752760 or 589781. OLE color: 589781.
HSL color Cylindrical-coordinate representation of color #D5FF08: hue angle of 70.2º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5FF08 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 8 | - |
| CMYK | 0.16 | 0 | 0.97 | 0 |
| HSL | 70.2º | 1% | 0.52% | - |
| HSV(B) | 70.2º | 0.97% | 1% | - |
| XYZ | 63.24 | 85.68 | 13.44 | - |
| YUV | 214.28 | 11.59 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 8 | 0.16 | 0 | 0.97 | 0 | 70.2 | 1 | 0.52 |
| Hex | D5 | FF | 8 | 10 | 0 | 61 | 0 | 46 | 64 | 34 |
| Octal | 325 | 377 | 10 | 20 | 0 | 141 | 0 | 106 | 144 | 64 |
| Binary | 11010101 | 11111111 | 1000 | 10000 | 0 | 1100001 | 0 | 1000110 | 1100100 | 110100 |
Color Harmonies of #D5FF08
Complementary color
Monochromatic Colors of #D5FF08
Black with #D5FF08
Text Example
Text Example
White with #D5FF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF08; }
p { color: rgb(213,255,8); }
H1.HeaderClassName
{
color: #D5FF08;
}
.AnyTagClassName
{
color: #D5FF08;
}
</style>
background-color css
<style>
a { background-color: #D5FF08; }
a { background-color: rgb(213,255,8); }
div.DivClassName
{
background-color: #D5FF08;
}
.BgClassName
{
background-color: #D5FF08;
}
</style>
border-color css
<style>
span { border-color: #D5FF08; }
span { border-color: rgb(213,255,8); }
td.TdClassName
{
border-color: #D5FF08;
}
.TagClassName
{
border-color: #D5FF08;
}
</style>