Shades of Lime #0FF901
Tints of Lime #0FF901
RGB
CMYK
RGB Variations
Color information
#0FF901 (or 0x0FF901) is known color: Lime. HEX triplet: 0F, F9 and 01. RGB value is (15,249,1). Sum of RGB (Red+Green+Blue) = 15+249+1=265 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.66% from 265); Green value is 249 (97.66% from 255 or 93.96% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF901 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF901 is #F006FE. Grayscale: #979797. Windows color (decimal): -15730431 or 129295. OLE color: 129295.
HSL color Cylindrical-coordinate representation of color #0FF901: hue angle of 116.61º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0FF901 is Cyan = 0.94, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 249 | 1 | - |
| CMYK | 0.94 | 0 | 1.00 | 0.02 |
| HSL | 116.61º | 0.99% | 0.49% | - |
| HSV(B) | 116.61º | 1% | 0.98% | - |
| XYZ | 34.08 | 67.86 | 11.33 | - |
| YUV | 150.76 | 43.48 | 31.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 249 | 1 | 0.94 | 0 | 1.00 | 0.02 | 116.61 | 0.99 | 0.49 |
| Hex | F | F9 | 1 | 5E | 0 | 64 | 2 | 75 | 63 | 31 |
| Octal | 17 | 371 | 1 | 136 | 0 | 144 | 2 | 165 | 143 | 61 |
| Binary | 1111 | 11111001 | 1 | 1011110 | 0 | 1100100 | 10 | 1110101 | 1100011 | 110001 |
Color Harmonies of #0FF901
Complementary color
Monochromatic Colors of #0FF901
Black with #0FF901
Text Example
Text Example
White with #0FF901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF901; }
p { color: rgb(15,249,1); }
H1.HeaderClassName
{
color: #0FF901;
}
.AnyTagClassName
{
color: #0FF901;
}
</style>
background-color css
<style>
a { background-color: #0FF901; }
a { background-color: rgb(15,249,1); }
div.DivClassName
{
background-color: #0FF901;
}
.BgClassName
{
background-color: #0FF901;
}
</style>
border-color css
<style>
span { border-color: #0FF901; }
span { border-color: rgb(15,249,1); }
td.TdClassName
{
border-color: #0FF901;
}
.TagClassName
{
border-color: #0FF901;
}
</style>