Shades of Lime #0FFE04
Tints of Lime #0FFE04
RGB
CMYK
RGB Variations
Color information
#0FFE04 (or 0x0FFE04) is known color: Lime. HEX triplet: 0F, FE and 04. RGB value is (15,254,4). Sum of RGB (Red+Green+Blue) = 15+254+4=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 254 (99.61% from 255 or 93.04% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFE04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFE04 is #F001FB. Grayscale: #9A9A9A. Windows color (decimal): -15729148 or 327183. OLE color: 327183.
HSL color Cylindrical-coordinate representation of color #0FFE04: hue angle of 117.36º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FFE04 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 254 | 4 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.00 |
| HSL | 117.36º | 0.99% | 0.51% | - |
| HSV(B) | 117.36º | 0.98% | 1% | - |
| XYZ | 35.66 | 70.99 | 11.94 | - |
| YUV | 154.04 | 43.32 | 28.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 254 | 4 | 0.94 | 0 | 0.98 | 0.00 | 117.36 | 0.99 | 0.51 |
| Hex | F | FE | 4 | 5E | 0 | 62 | 0 | 75 | 63 | 33 |
| Octal | 17 | 376 | 4 | 136 | 0 | 142 | 0 | 165 | 143 | 63 |
| Binary | 1111 | 11111110 | 100 | 1011110 | 0 | 1100010 | 0 | 1110101 | 1100011 | 110011 |
Color Harmonies of #0FFE04
Complementary color
Monochromatic Colors of #0FFE04
Black with #0FFE04
Text Example
Text Example
White with #0FFE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFE04; }
p { color: rgb(15,254,4); }
H1.HeaderClassName
{
color: #0FFE04;
}
.AnyTagClassName
{
color: #0FFE04;
}
</style>
background-color css
<style>
a { background-color: #0FFE04; }
a { background-color: rgb(15,254,4); }
div.DivClassName
{
background-color: #0FFE04;
}
.BgClassName
{
background-color: #0FFE04;
}
</style>
border-color css
<style>
span { border-color: #0FFE04; }
span { border-color: rgb(15,254,4); }
td.TdClassName
{
border-color: #0FFE04;
}
.TagClassName
{
border-color: #0FFE04;
}
</style>