Shades of Electric Lime #D0FA08
Tints of Electric Lime #D0FA08
RGB
CMYK
RGB Variations
Color information
#D0FA08 (or 0xD0FA08) is known color: Electric Lime. HEX triplet: D0, FA and 08. RGB value is (208,250,8). Sum of RGB (Red+Green+Blue) = 208+250+8=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 250 (98.05% from 255 or 53.65% from 466); Blue value is 8 (3.52% from 255 or 1.72% from 466); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FA08 is #2F05F7. Grayscale: #D2D2D2. Windows color (decimal): -3081720 or 588496. OLE color: 588496.
HSL color Cylindrical-coordinate representation of color #D0FA08: hue angle of 70.41º 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 #D0FA08 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 8 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.02 |
| HSL | 70.41º | 0.96% | 0.51% | - |
| HSV(B) | 70.41º | 0.97% | 0.98% | - |
| XYZ | 60.24 | 81.8 | 12.84 | - |
| YUV | 209.85 | 14.09 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 8 | 0.17 | 0 | 0.97 | 0.02 | 70.41 | 0.96 | 0.51 |
| Hex | D0 | FA | 8 | 11 | 0 | 61 | 2 | 46 | 60 | 33 |
| Octal | 320 | 372 | 10 | 21 | 0 | 141 | 2 | 106 | 140 | 63 |
| Binary | 11010000 | 11111010 | 1000 | 10001 | 0 | 1100001 | 10 | 1000110 | 1100000 | 110011 |
Color Harmonies of #D0FA08
Complementary color
Monochromatic Colors of #D0FA08
Black with #D0FA08
Text Example
Text Example
White with #D0FA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA08; }
p { color: rgb(208,250,8); }
H1.HeaderClassName
{
color: #D0FA08;
}
.AnyTagClassName
{
color: #D0FA08;
}
</style>
background-color css
<style>
a { background-color: #D0FA08; }
a { background-color: rgb(208,250,8); }
div.DivClassName
{
background-color: #D0FA08;
}
.BgClassName
{
background-color: #D0FA08;
}
</style>
border-color css
<style>
span { border-color: #D0FA08; }
span { border-color: rgb(208,250,8); }
td.TdClassName
{
border-color: #D0FA08;
}
.TagClassName
{
border-color: #D0FA08;
}
</style>