Shades of Lime #01FB09
Tints of Lime #01FB09
RGB
CMYK
RGB Variations
Color information
#01FB09 (or 0x01FB09) is known color: Lime. HEX triplet: 01, FB and 09. RGB value is (1,251,9). Sum of RGB (Red+Green+Blue) = 1+251+9=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 251 (98.44% from 255 or 96.17% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 251 - color contains mainly: green. Hex color #01FB09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FB09 is #FE04F6. Grayscale: #959595. Windows color (decimal): -16647415 or 654081. OLE color: 654081.
HSL color Cylindrical-coordinate representation of color #01FB09: hue angle of 121.92º 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 #01FB09 is Cyan = 1.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 251 | 9 | - |
| CMYK | 1.00 | 0 | 0.96 | 0.02 |
| HSL | 121.92º | 0.99% | 0.49% | - |
| HSV(B) | 121.92º | 1% | 0.98% | - |
| XYZ | 34.56 | 69.02 | 11.76 | - |
| YUV | 148.66 | 49.18 | 22.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 251 | 9 | 1.00 | 0 | 0.96 | 0.02 | 121.92 | 0.99 | 0.49 |
| Hex | 1 | FB | 9 | 64 | 0 | 60 | 2 | 7A | 63 | 31 |
| Octal | 1 | 373 | 11 | 144 | 0 | 140 | 2 | 172 | 143 | 61 |
| Binary | 1 | 11111011 | 1001 | 1100100 | 0 | 1100000 | 10 | 1111010 | 1100011 | 110001 |
Color Harmonies of #01FB09
Complementary color
Monochromatic Colors of #01FB09
Black with #01FB09
Text Example
Text Example
White with #01FB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FB09; }
p { color: rgb(1,251,9); }
H1.HeaderClassName
{
color: #01FB09;
}
.AnyTagClassName
{
color: #01FB09;
}
</style>
background-color css
<style>
a { background-color: #01FB09; }
a { background-color: rgb(1,251,9); }
div.DivClassName
{
background-color: #01FB09;
}
.BgClassName
{
background-color: #01FB09;
}
</style>
border-color css
<style>
span { border-color: #01FB09; }
span { border-color: rgb(1,251,9); }
td.TdClassName
{
border-color: #01FB09;
}
.TagClassName
{
border-color: #01FB09;
}
</style>