Shades of Lime #0FFF02
Tints of Lime #0FFF02
RGB
CMYK
RGB Variations
Color information
#0FFF02 (or 0x0FFF02) is known color: Lime. HEX triplet: 0F, FF and 02. RGB value is (15,255,2). Sum of RGB (Red+Green+Blue) = 15+255+2=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 255 (100% from 255 or 93.75% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFF02 is #F000FD. Grayscale: #9B9B9B. Windows color (decimal): -15728894 or 196367. OLE color: 196367.
HSL color Cylindrical-coordinate representation of color #0FFF02: hue angle of 116.92º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0FFF02 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 2 | - |
| CMYK | 0.94 | 0 | 0.99 | 0 |
| HSL | 116.92º | 1% | 0.5% | - |
| HSV(B) | 116.92º | 0.99% | 1% | - |
| XYZ | 35.97 | 71.63 | 11.99 | - |
| YUV | 154.4 | 41.99 | 28.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 2 | 0.94 | 0 | 0.99 | 0 | 116.92 | 1 | 0.5 |
| Hex | F | FF | 2 | 5E | 0 | 63 | 0 | 75 | 64 | 32 |
| Octal | 17 | 377 | 2 | 136 | 0 | 143 | 0 | 165 | 144 | 62 |
| Binary | 1111 | 11111111 | 10 | 1011110 | 0 | 1100011 | 0 | 1110101 | 1100100 | 110010 |
Color Harmonies of #0FFF02
Complementary color
Monochromatic Colors of #0FFF02
Black with #0FFF02
Text Example
Text Example
White with #0FFF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFF02; }
p { color: rgb(15,255,2); }
H1.HeaderClassName
{
color: #0FFF02;
}
.AnyTagClassName
{
color: #0FFF02;
}
</style>
background-color css
<style>
a { background-color: #0FFF02; }
a { background-color: rgb(15,255,2); }
div.DivClassName
{
background-color: #0FFF02;
}
.BgClassName
{
background-color: #0FFF02;
}
</style>
border-color css
<style>
span { border-color: #0FFF02; }
span { border-color: rgb(15,255,2); }
td.TdClassName
{
border-color: #0FFF02;
}
.TagClassName
{
border-color: #0FFF02;
}
</style>