Shades of Lime #0EFF03
Tints of Lime #0EFF03
RGB
CMYK
RGB Variations
Color information
#0EFF03 (or 0x0EFF03) is known color: Lime. HEX triplet: 0E, FF and 03. RGB value is (14,255,3). Sum of RGB (Red+Green+Blue) = 14+255+3=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 255 (100% from 255 or 93.75% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EFF03 is #F100FC. Grayscale: #9A9A9A. Windows color (decimal): -15794429 or 261902. OLE color: 261902.
HSL color Cylindrical-coordinate representation of color #0EFF03: hue angle of 117.38º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0EFF03 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 3 | - |
| CMYK | 0.95 | 0 | 0.99 | 0 |
| HSL | 117.38º | 1% | 0.51% | - |
| HSV(B) | 117.38º | 0.99% | 1% | - |
| XYZ | 35.96 | 71.62 | 12.02 | - |
| YUV | 154.21 | 42.66 | 27.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 3 | 0.95 | 0 | 0.99 | 0 | 117.38 | 1 | 0.51 |
| Hex | E | FF | 3 | 5F | 0 | 63 | 0 | 75 | 64 | 33 |
| Octal | 16 | 377 | 3 | 137 | 0 | 143 | 0 | 165 | 144 | 63 |
| Binary | 1110 | 11111111 | 11 | 1011111 | 0 | 1100011 | 0 | 1110101 | 1100100 | 110011 |
Color Harmonies of #0EFF03
Complementary color
Monochromatic Colors of #0EFF03
Black with #0EFF03
Text Example
Text Example
White with #0EFF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF03; }
p { color: rgb(14,255,3); }
H1.HeaderClassName
{
color: #0EFF03;
}
.AnyTagClassName
{
color: #0EFF03;
}
</style>
background-color css
<style>
a { background-color: #0EFF03; }
a { background-color: rgb(14,255,3); }
div.DivClassName
{
background-color: #0EFF03;
}
.BgClassName
{
background-color: #0EFF03;
}
</style>
border-color css
<style>
span { border-color: #0EFF03; }
span { border-color: rgb(14,255,3); }
td.TdClassName
{
border-color: #0EFF03;
}
.TagClassName
{
border-color: #0EFF03;
}
</style>