Shades of Electric Lime #D0FA12
Tints of Electric Lime #D0FA12
RGB
CMYK
RGB Variations
Color information
#D0FA12 (or 0xD0FA12) is known color: Electric Lime. HEX triplet: D0, FA and 12. RGB value is (208,250,18). Sum of RGB (Red+Green+Blue) = 208+250+18=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 250 (98.05% from 255 or 52.52% from 476); Blue value is 18 (7.42% from 255 or 3.78% from 476); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FA12 is #2F05ED. Grayscale: #D3D3D3. Windows color (decimal): -3081710 or 1243856. OLE color: 1243856.
HSL color Cylindrical-coordinate representation of color #D0FA12: hue angle of 70.86º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0FA12 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 18 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.02 |
| HSL | 70.86º | 0.96% | 0.53% | - |
| HSV(B) | 70.86º | 0.93% | 0.98% | - |
| XYZ | 60.31 | 81.82 | 13.19 | - |
| YUV | 210.99 | 19.09 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 18 | 0.17 | 0 | 0.93 | 0.02 | 70.86 | 0.96 | 0.53 |
| Hex | D0 | FA | 12 | 11 | 0 | 5D | 2 | 47 | 60 | 35 |
| Octal | 320 | 372 | 22 | 21 | 0 | 135 | 2 | 107 | 140 | 65 |
| Binary | 11010000 | 11111010 | 10010 | 10001 | 0 | 1011101 | 10 | 1000111 | 1100000 | 110101 |
Color Harmonies of #D0FA12
Complementary color
Monochromatic Colors of #D0FA12
Black with #D0FA12
Text Example
Text Example
White with #D0FA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA12; }
p { color: rgb(208,250,18); }
H1.HeaderClassName
{
color: #D0FA12;
}
.AnyTagClassName
{
color: #D0FA12;
}
</style>
background-color css
<style>
a { background-color: #D0FA12; }
a { background-color: rgb(208,250,18); }
div.DivClassName
{
background-color: #D0FA12;
}
.BgClassName
{
background-color: #D0FA12;
}
</style>
border-color css
<style>
span { border-color: #D0FA12; }
span { border-color: rgb(208,250,18); }
td.TdClassName
{
border-color: #D0FA12;
}
.TagClassName
{
border-color: #D0FA12;
}
</style>