Shades of Electric Lime #D0F800
Tints of Electric Lime #D0F800
RGB
CMYK
RGB Variations
Color information
#D0F800 (or 0xD0F800) is known color: Electric Lime. HEX triplet: D0, F8 and 00. RGB value is (208,248,0). Sum of RGB (Red+Green+Blue) = 208+248+0=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 248 (97.27% from 255 or 54.39% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F800 is #2F07FF. Grayscale: #D0D0D0. Windows color (decimal): -3082240 or 63696. OLE color: 63696.
HSL color Cylindrical-coordinate representation of color #D0F800: hue angle of 69.68º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0F800 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 248 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.03 |
| HSL | 69.68º | 1% | 0.49% | - |
| HSV(B) | 69.68º | 1% | 0.97% | - |
| XYZ | 59.58 | 80.54 | 12.41 | - |
| YUV | 207.77 | 10.75 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 248 | 0 | 0.16 | 0 | 1 | 0.03 | 69.68 | 1 | 0.49 |
| Hex | D0 | F8 | 0 | 10 | 0 | 64 | 3 | 46 | 64 | 31 |
| Octal | 320 | 370 | 0 | 20 | 0 | 144 | 3 | 106 | 144 | 61 |
| Binary | 11010000 | 11111000 | 0 | 10000 | 0 | 1100100 | 11 | 1000110 | 1100100 | 110001 |
Color Harmonies of #D0F800
Complementary color
Monochromatic Colors of #D0F800
Black with #D0F800
Text Example
Text Example
White with #D0F800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F800; }
p { color: rgb(208,248,0); }
H1.HeaderClassName
{
color: #D0F800;
}
.AnyTagClassName
{
color: #D0F800;
}
</style>
background-color css
<style>
a { background-color: #D0F800; }
a { background-color: rgb(208,248,0); }
div.DivClassName
{
background-color: #D0F800;
}
.BgClassName
{
background-color: #D0F800;
}
</style>
border-color css
<style>
span { border-color: #D0F800; }
span { border-color: rgb(208,248,0); }
td.TdClassName
{
border-color: #D0F800;
}
.TagClassName
{
border-color: #D0F800;
}
</style>