Shades of Electric Lime #D0FE02
Tints of Electric Lime #D0FE02
RGB
CMYK
RGB Variations
Color information
#D0FE02 (or 0xD0FE02) is known color: Electric Lime. HEX triplet: D0, FE and 02. RGB value is (208,254,2). Sum of RGB (Red+Green+Blue) = 208+254+2=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 2 (1.17% from 255 or 0.43% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FE02 is #2F01FD. Grayscale: #D4D4D4. Windows color (decimal): -3080702 or 196304. OLE color: 196304.
HSL color Cylindrical-coordinate representation of color #D0FE02: hue angle of 70.95º 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 #D0FE02 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.00 |
| HSL | 70.95º | 0.99% | 0.5% | - |
| HSV(B) | 70.95º | 0.99% | 1% | - |
| XYZ | 61.47 | 84.3 | 13.09 | - |
| YUV | 211.52 | 9.76 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 2 | 0.18 | 0 | 0.99 | 0.00 | 70.95 | 0.99 | 0.5 |
| Hex | D0 | FE | 2 | 12 | 0 | 63 | 0 | 47 | 63 | 32 |
| Octal | 320 | 376 | 2 | 22 | 0 | 143 | 0 | 107 | 143 | 62 |
| Binary | 11010000 | 11111110 | 10 | 10010 | 0 | 1100011 | 0 | 1000111 | 1100011 | 110010 |
Color Harmonies of #D0FE02
Complementary color
Monochromatic Colors of #D0FE02
Black with #D0FE02
Text Example
Text Example
White with #D0FE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE02; }
p { color: rgb(208,254,2); }
H1.HeaderClassName
{
color: #D0FE02;
}
.AnyTagClassName
{
color: #D0FE02;
}
</style>
background-color css
<style>
a { background-color: #D0FE02; }
a { background-color: rgb(208,254,2); }
div.DivClassName
{
background-color: #D0FE02;
}
.BgClassName
{
background-color: #D0FE02;
}
</style>
border-color css
<style>
span { border-color: #D0FE02; }
span { border-color: rgb(208,254,2); }
td.TdClassName
{
border-color: #D0FE02;
}
.TagClassName
{
border-color: #D0FE02;
}
</style>