Shades of Electric Lime #D2FA08
Tints of Electric Lime #D2FA08
RGB
CMYK
RGB Variations
Color information
#D2FA08 (or 0xD2FA08) is known color: Electric Lime. HEX triplet: D2, FA and 08. RGB value is (210,250,8). Sum of RGB (Red+Green+Blue) = 210+250+8=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 250 (98.05% from 255 or 53.42% from 468); Blue value is 8 (3.52% from 255 or 1.71% from 468); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FA08 is #2D05F7. Grayscale: #D3D3D3. Windows color (decimal): -2950648 or 588498. OLE color: 588498.
HSL color Cylindrical-coordinate representation of color #D2FA08: hue angle of 69.92º 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 #D2FA08 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 8 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.02 |
| HSL | 69.92º | 0.96% | 0.51% | - |
| HSV(B) | 69.92º | 0.97% | 0.98% | - |
| XYZ | 60.81 | 82.09 | 12.87 | - |
| YUV | 210.45 | 13.75 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 8 | 0.16 | 0 | 0.97 | 0.02 | 69.92 | 0.96 | 0.51 |
| Hex | D2 | FA | 8 | 10 | 0 | 61 | 2 | 46 | 60 | 33 |
| Octal | 322 | 372 | 10 | 20 | 0 | 141 | 2 | 106 | 140 | 63 |
| Binary | 11010010 | 11111010 | 1000 | 10000 | 0 | 1100001 | 10 | 1000110 | 1100000 | 110011 |
Color Harmonies of #D2FA08
Complementary color
Monochromatic Colors of #D2FA08
Black with #D2FA08
Text Example
Text Example
White with #D2FA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FA08; }
p { color: rgb(210,250,8); }
H1.HeaderClassName
{
color: #D2FA08;
}
.AnyTagClassName
{
color: #D2FA08;
}
</style>
background-color css
<style>
a { background-color: #D2FA08; }
a { background-color: rgb(210,250,8); }
div.DivClassName
{
background-color: #D2FA08;
}
.BgClassName
{
background-color: #D2FA08;
}
</style>
border-color css
<style>
span { border-color: #D2FA08; }
span { border-color: rgb(210,250,8); }
td.TdClassName
{
border-color: #D2FA08;
}
.TagClassName
{
border-color: #D2FA08;
}
</style>