Shades of Electric Lime #D0FE03
Tints of Electric Lime #D0FE03
RGB
CMYK
RGB Variations
Color information
#D0FE03 (or 0xD0FE03) is known color: Electric Lime. HEX triplet: D0, FE and 03. RGB value is (208,254,3). Sum of RGB (Red+Green+Blue) = 208+254+3=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 254 (99.61% from 255 or 54.62% from 465); Blue value is 3 (1.56% from 255 or 0.65% from 465); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FE03 is #2F01FC. Grayscale: #D4D4D4. Windows color (decimal): -3080701 or 261840. OLE color: 261840.
HSL color Cylindrical-coordinate representation of color #D0FE03: hue angle of 71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0FE03 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 3 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.00 |
| HSL | 71º | 0.99% | 0.5% | - |
| HSV(B) | 71º | 0.99% | 1% | - |
| XYZ | 61.47 | 84.3 | 13.12 | - |
| YUV | 211.63 | 10.26 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 3 | 0.18 | 0 | 0.99 | 0.00 | 71 | 0.99 | 0.5 |
| Hex | D0 | FE | 3 | 12 | 0 | 63 | 0 | 47 | 63 | 32 |
| Octal | 320 | 376 | 3 | 22 | 0 | 143 | 0 | 107 | 143 | 62 |
| Binary | 11010000 | 11111110 | 11 | 10010 | 0 | 1100011 | 0 | 1000111 | 1100011 | 110010 |
Color Harmonies of #D0FE03
Complementary color
Monochromatic Colors of #D0FE03
Black with #D0FE03
Text Example
Text Example
White with #D0FE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE03; }
p { color: rgb(208,254,3); }
H1.HeaderClassName
{
color: #D0FE03;
}
.AnyTagClassName
{
color: #D0FE03;
}
</style>
background-color css
<style>
a { background-color: #D0FE03; }
a { background-color: rgb(208,254,3); }
div.DivClassName
{
background-color: #D0FE03;
}
.BgClassName
{
background-color: #D0FE03;
}
</style>
border-color css
<style>
span { border-color: #D0FE03; }
span { border-color: rgb(208,254,3); }
td.TdClassName
{
border-color: #D0FE03;
}
.TagClassName
{
border-color: #D0FE03;
}
</style>