Shades of Lime #0FFF04
Tints of Lime #0FFF04
RGB
CMYK
RGB Variations
Color information
#0FFF04 (or 0x0FFF04) is known color: Lime. HEX triplet: 0F, FF and 04. RGB value is (15,255,4). Sum of RGB (Red+Green+Blue) = 15+255+4=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 255 (100% from 255 or 93.07% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFF04 is #F000FB. Grayscale: #9B9B9B. Windows color (decimal): -15728892 or 327439. OLE color: 327439.
HSL color Cylindrical-coordinate representation of color #0FFF04: hue angle of 117.37º 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 #0FFF04 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 4 | - |
| CMYK | 0.94 | 0 | 0.98 | 0 |
| HSL | 117.37º | 1% | 0.51% | - |
| HSV(B) | 117.37º | 0.98% | 1% | - |
| XYZ | 35.98 | 71.63 | 12.04 | - |
| YUV | 154.63 | 42.99 | 28.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 4 | 0.94 | 0 | 0.98 | 0 | 117.37 | 1 | 0.51 |
| Hex | F | FF | 4 | 5E | 0 | 62 | 0 | 75 | 64 | 33 |
| Octal | 17 | 377 | 4 | 136 | 0 | 142 | 0 | 165 | 144 | 63 |
| Binary | 1111 | 11111111 | 100 | 1011110 | 0 | 1100010 | 0 | 1110101 | 1100100 | 110011 |
Color Harmonies of #0FFF04
Complementary color
Monochromatic Colors of #0FFF04
Black with #0FFF04
Text Example
Text Example
White with #0FFF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFF04; }
p { color: rgb(15,255,4); }
H1.HeaderClassName
{
color: #0FFF04;
}
.AnyTagClassName
{
color: #0FFF04;
}
</style>
background-color css
<style>
a { background-color: #0FFF04; }
a { background-color: rgb(15,255,4); }
div.DivClassName
{
background-color: #0FFF04;
}
.BgClassName
{
background-color: #0FFF04;
}
</style>
border-color css
<style>
span { border-color: #0FFF04; }
span { border-color: rgb(15,255,4); }
td.TdClassName
{
border-color: #0FFF04;
}
.TagClassName
{
border-color: #0FFF04;
}
</style>