Shades of Lime #0EF200
Tints of Lime #0EF200
RGB
CMYK
RGB Variations
Color information
#0EF200 (or 0x0EF200) is known color: Lime. HEX triplet: 0E, F2 and 00. RGB value is (14,242,0). Sum of RGB (Red+Green+Blue) = 14+242+0=256 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.47% from 256); Green value is 242 (94.92% from 255 or 94.53% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 242 - color contains mainly: green. Hex color #0EF200 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EF200 is #F10DFF. Grayscale: #929292. Windows color (decimal): -15797760 or 61966. OLE color: 61966.
HSL color Cylindrical-coordinate representation of color #0EF200: hue angle of 116.53º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0EF200 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 242 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.05 |
| HSL | 116.53º | 1% | 0.47% | - |
| HSV(B) | 116.53º | 1% | 0.95% | - |
| XYZ | 31.93 | 63.6 | 10.59 | - |
| YUV | 146.24 | 45.46 | 33.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 242 | 0 | 0.94 | 0 | 1 | 0.05 | 116.53 | 1 | 0.47 |
| Hex | E | F2 | 0 | 5E | 0 | 64 | 5 | 75 | 64 | 2F |
| Octal | 16 | 362 | 0 | 136 | 0 | 144 | 5 | 165 | 144 | 57 |
| Binary | 1110 | 11110010 | 0 | 1011110 | 0 | 1100100 | 101 | 1110101 | 1100100 | 101111 |
Color Harmonies of #0EF200
Complementary color
Monochromatic Colors of #0EF200
Black with #0EF200
Text Example
Text Example
White with #0EF200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF200; }
p { color: rgb(14,242,0); }
H1.HeaderClassName
{
color: #0EF200;
}
.AnyTagClassName
{
color: #0EF200;
}
</style>
background-color css
<style>
a { background-color: #0EF200; }
a { background-color: rgb(14,242,0); }
div.DivClassName
{
background-color: #0EF200;
}
.BgClassName
{
background-color: #0EF200;
}
</style>
border-color css
<style>
span { border-color: #0EF200; }
span { border-color: rgb(14,242,0); }
td.TdClassName
{
border-color: #0EF200;
}
.TagClassName
{
border-color: #0EF200;
}
</style>