Shades of Electric Lime #D5FA08
Tints of Electric Lime #D5FA08
RGB
CMYK
RGB Variations
Color information
#D5FA08 (or 0xD5FA08) is known color: Electric Lime. HEX triplet: D5, FA and 08. RGB value is (213,250,8). Sum of RGB (Red+Green+Blue) = 213+250+8=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 8 (3.52% from 255 or 1.70% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5FA08 is #2A05F7. Grayscale: #D4D4D4. Windows color (decimal): -2754040 or 588501. OLE color: 588501.
HSL color Cylindrical-coordinate representation of color #D5FA08: hue angle of 69.17º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5FA08 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 8 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.02 |
| HSL | 69.17º | 0.96% | 0.51% | - |
| HSV(B) | 69.17º | 0.97% | 0.98% | - |
| XYZ | 61.67 | 82.53 | 12.91 | - |
| YUV | 211.35 | 13.24 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 8 | 0.15 | 0 | 0.97 | 0.02 | 69.17 | 0.96 | 0.51 |
| Hex | D5 | FA | 8 | F | 0 | 61 | 2 | 45 | 60 | 33 |
| Octal | 325 | 372 | 10 | 17 | 0 | 141 | 2 | 105 | 140 | 63 |
| Binary | 11010101 | 11111010 | 1000 | 1111 | 0 | 1100001 | 10 | 1000101 | 1100000 | 110011 |
Color Harmonies of #D5FA08
Complementary color
Monochromatic Colors of #D5FA08
Black with #D5FA08
Text Example
Text Example
White with #D5FA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FA08; }
p { color: rgb(213,250,8); }
H1.HeaderClassName
{
color: #D5FA08;
}
.AnyTagClassName
{
color: #D5FA08;
}
</style>
background-color css
<style>
a { background-color: #D5FA08; }
a { background-color: rgb(213,250,8); }
div.DivClassName
{
background-color: #D5FA08;
}
.BgClassName
{
background-color: #D5FA08;
}
</style>
border-color css
<style>
span { border-color: #D5FA08; }
span { border-color: rgb(213,250,8); }
td.TdClassName
{
border-color: #D5FA08;
}
.TagClassName
{
border-color: #D5FA08;
}
</style>