Shades of Lime #0FFF01
Tints of Lime #0FFF01
RGB
CMYK
RGB Variations
Color information
#0FFF01 (or 0x0FFF01) is known color: Lime. HEX triplet: 0F, FF and 01. RGB value is (15,255,1). Sum of RGB (Red+Green+Blue) = 15+255+1=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 255 (100% from 255 or 94.10% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFF01 is #F000FE. Grayscale: #9B9B9B. Windows color (decimal): -15728895 or 130831. OLE color: 130831.
HSL color Cylindrical-coordinate representation of color #0FFF01: hue angle of 116.69º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0FFF01 is Cyan = 0.94, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 1 | - |
| CMYK | 0.94 | 0 | 1.00 | 0 |
| HSL | 116.69º | 1% | 0.5% | - |
| HSV(B) | 116.69º | 1% | 1% | - |
| XYZ | 35.96 | 71.62 | 11.96 | - |
| YUV | 154.28 | 41.49 | 28.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 1 | 0.94 | 0 | 1.00 | 0 | 116.69 | 1 | 0.5 |
| Hex | F | FF | 1 | 5E | 0 | 64 | 0 | 75 | 64 | 32 |
| Octal | 17 | 377 | 1 | 136 | 0 | 144 | 0 | 165 | 144 | 62 |
| Binary | 1111 | 11111111 | 1 | 1011110 | 0 | 1100100 | 0 | 1110101 | 1100100 | 110010 |
Color Harmonies of #0FFF01
Complementary color
Monochromatic Colors of #0FFF01
Black with #0FFF01
Text Example
Text Example
White with #0FFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFF01; }
p { color: rgb(15,255,1); }
H1.HeaderClassName
{
color: #0FFF01;
}
.AnyTagClassName
{
color: #0FFF01;
}
</style>
background-color css
<style>
a { background-color: #0FFF01; }
a { background-color: rgb(15,255,1); }
div.DivClassName
{
background-color: #0FFF01;
}
.BgClassName
{
background-color: #0FFF01;
}
</style>
border-color css
<style>
span { border-color: #0FFF01; }
span { border-color: rgb(15,255,1); }
td.TdClassName
{
border-color: #0FFF01;
}
.TagClassName
{
border-color: #0FFF01;
}
</style>