Shades of Lime #0EFF04
Tints of Lime #0EFF04
RGB
CMYK
RGB Variations
Color information
#0EFF04 (or 0x0EFF04) is known color: Lime. HEX triplet: 0E, FF and 04. RGB value is (14,255,4). Sum of RGB (Red+Green+Blue) = 14+255+4=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 255 (100% from 255 or 93.41% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EFF04 is #F100FB. Grayscale: #9B9B9B. Windows color (decimal): -15794428 or 327438. OLE color: 327438.
HSL color Cylindrical-coordinate representation of color #0EFF04: hue angle of 117.61º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0EFF04 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 4 | - |
| CMYK | 0.95 | 0 | 0.98 | 0 |
| HSL | 117.61º | 1% | 0.51% | - |
| HSV(B) | 117.61º | 0.98% | 1% | - |
| XYZ | 35.96 | 71.62 | 12.04 | - |
| YUV | 154.33 | 43.16 | 27.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 4 | 0.95 | 0 | 0.98 | 0 | 117.61 | 1 | 0.51 |
| Hex | E | FF | 4 | 5F | 0 | 62 | 0 | 76 | 64 | 33 |
| Octal | 16 | 377 | 4 | 137 | 0 | 142 | 0 | 166 | 144 | 63 |
| Binary | 1110 | 11111111 | 100 | 1011111 | 0 | 1100010 | 0 | 1110110 | 1100100 | 110011 |
Color Harmonies of #0EFF04
Complementary color
Monochromatic Colors of #0EFF04
Black with #0EFF04
Text Example
Text Example
White with #0EFF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF04; }
p { color: rgb(14,255,4); }
H1.HeaderClassName
{
color: #0EFF04;
}
.AnyTagClassName
{
color: #0EFF04;
}
</style>
background-color css
<style>
a { background-color: #0EFF04; }
a { background-color: rgb(14,255,4); }
div.DivClassName
{
background-color: #0EFF04;
}
.BgClassName
{
background-color: #0EFF04;
}
</style>
border-color css
<style>
span { border-color: #0EFF04; }
span { border-color: rgb(14,255,4); }
td.TdClassName
{
border-color: #0EFF04;
}
.TagClassName
{
border-color: #0EFF04;
}
</style>