Shades of Electric Lime #D0FE0F
Tints of Electric Lime #D0FE0F
RGB
CMYK
RGB Variations
Color information
#D0FE0F (or 0xD0FE0F) is known color: Electric Lime. HEX triplet: D0, FE and 0F. RGB value is (208,254,15). Sum of RGB (Red+Green+Blue) = 208+254+15=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 254 (99.61% from 255 or 53.25% from 477); Blue value is 15 (6.25% from 255 or 3.14% from 477); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FE0F is #2F01F0. Grayscale: #D5D5D5. Windows color (decimal): -3080689 or 1048272. OLE color: 1048272.
HSL color Cylindrical-coordinate representation of color #D0FE0F: hue angle of 71.55º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0FE0F is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 15 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.00 |
| HSL | 71.55º | 0.99% | 0.53% | - |
| HSV(B) | 71.55º | 0.94% | 1% | - |
| XYZ | 61.54 | 84.33 | 13.49 | - |
| YUV | 213 | 16.26 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 15 | 0.18 | 0 | 0.94 | 0.00 | 71.55 | 0.99 | 0.53 |
| Hex | D0 | FE | F | 12 | 0 | 5E | 0 | 48 | 63 | 35 |
| Octal | 320 | 376 | 17 | 22 | 0 | 136 | 0 | 110 | 143 | 65 |
| Binary | 11010000 | 11111110 | 1111 | 10010 | 0 | 1011110 | 0 | 1001000 | 1100011 | 110101 |
Color Harmonies of #D0FE0F
Complementary color
Monochromatic Colors of #D0FE0F
Black with #D0FE0F
Text Example
Text Example
White with #D0FE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE0F; }
p { color: rgb(208,254,15); }
H1.HeaderClassName
{
color: #D0FE0F;
}
.AnyTagClassName
{
color: #D0FE0F;
}
</style>
background-color css
<style>
a { background-color: #D0FE0F; }
a { background-color: rgb(208,254,15); }
div.DivClassName
{
background-color: #D0FE0F;
}
.BgClassName
{
background-color: #D0FE0F;
}
</style>
border-color css
<style>
span { border-color: #D0FE0F; }
span { border-color: rgb(208,254,15); }
td.TdClassName
{
border-color: #D0FE0F;
}
.TagClassName
{
border-color: #D0FE0F;
}
</style>