Shades of Electric Lime #D0FC09
Tints of Electric Lime #D0FC09
RGB
CMYK
RGB Variations
Color information
#D0FC09 (or 0xD0FC09) is known color: Electric Lime. HEX triplet: D0, FC and 09. RGB value is (208,252,9). Sum of RGB (Red+Green+Blue) = 208+252+9=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 252 (98.83% from 255 or 53.73% from 469); Blue value is 9 (3.91% from 255 or 1.92% from 469); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FC09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FC09 is #2F03F6. Grayscale: #D4D4D4. Windows color (decimal): -3081207 or 654544. OLE color: 654544.
HSL color Cylindrical-coordinate representation of color #D0FC09: hue angle of 70.86º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0FC09 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 9 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.01 |
| HSL | 70.86º | 0.98% | 0.51% | - |
| HSV(B) | 70.86º | 0.96% | 0.99% | - |
| XYZ | 60.87 | 83.05 | 13.08 | - |
| YUV | 211.14 | 13.92 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 9 | 0.17 | 0 | 0.96 | 0.01 | 70.86 | 0.98 | 0.51 |
| Hex | D0 | FC | 9 | 11 | 0 | 60 | 1 | 47 | 62 | 33 |
| Octal | 320 | 374 | 11 | 21 | 0 | 140 | 1 | 107 | 142 | 63 |
| Binary | 11010000 | 11111100 | 1001 | 10001 | 0 | 1100000 | 1 | 1000111 | 1100010 | 110011 |
Color Harmonies of #D0FC09
Complementary color
Monochromatic Colors of #D0FC09
Black with #D0FC09
Text Example
Text Example
White with #D0FC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FC09; }
p { color: rgb(208,252,9); }
H1.HeaderClassName
{
color: #D0FC09;
}
.AnyTagClassName
{
color: #D0FC09;
}
</style>
background-color css
<style>
a { background-color: #D0FC09; }
a { background-color: rgb(208,252,9); }
div.DivClassName
{
background-color: #D0FC09;
}
.BgClassName
{
background-color: #D0FC09;
}
</style>
border-color css
<style>
span { border-color: #D0FC09; }
span { border-color: rgb(208,252,9); }
td.TdClassName
{
border-color: #D0FC09;
}
.TagClassName
{
border-color: #D0FC09;
}
</style>