Shades of Lime #0EF800
Tints of Lime #0EF800
RGB
CMYK
RGB Variations
Color information
#0EF800 (or 0x0EF800) is known color: Lime. HEX triplet: 0E, F8 and 00. RGB value is (14,248,0). Sum of RGB (Red+Green+Blue) = 14+248+0=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 248 (97.27% from 255 or 94.66% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 248 - color contains mainly: green. Hex color #0EF800 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EF800 is #F107FF. Grayscale: #969696. Windows color (decimal): -15796224 or 63502. OLE color: 63502.
HSL color Cylindrical-coordinate representation of color #0EF800: hue angle of 116.61º 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 #0EF800 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 14 | 248 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.03 |
| HSL | 116.61º | 1% | 0.49% | - |
| HSV(B) | 116.61º | 1% | 0.97% | - |
| XYZ | 33.75 | 67.23 | 11.2 | - |
| YUV | 149.76 | 43.48 | 31.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 248 | 0 | 0.94 | 0 | 1 | 0.03 | 116.61 | 1 | 0.49 |
| Hex | E | F8 | 0 | 5E | 0 | 64 | 3 | 75 | 64 | 31 |
| Octal | 16 | 370 | 0 | 136 | 0 | 144 | 3 | 165 | 144 | 61 |
| Binary | 1110 | 11111000 | 0 | 1011110 | 0 | 1100100 | 11 | 1110101 | 1100100 | 110001 |
Color Harmonies of #0EF800
Complementary color
Monochromatic Colors of #0EF800
Black with #0EF800
Text Example
Text Example
White with #0EF800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF800; }
p { color: rgb(14,248,0); }
H1.HeaderClassName
{
color: #0EF800;
}
.AnyTagClassName
{
color: #0EF800;
}
</style>
background-color css
<style>
a { background-color: #0EF800; }
a { background-color: rgb(14,248,0); }
div.DivClassName
{
background-color: #0EF800;
}
.BgClassName
{
background-color: #0EF800;
}
</style>
border-color css
<style>
span { border-color: #0EF800; }
span { border-color: rgb(14,248,0); }
td.TdClassName
{
border-color: #0EF800;
}
.TagClassName
{
border-color: #0EF800;
}
</style>