Shades of Lime #09FB00
Tints of Lime #09FB00
RGB
CMYK
RGB Variations
Color information
#09FB00 (or 0x09FB00) is known color: Lime. HEX triplet: 09, FB and 00. RGB value is (9,251,0). Sum of RGB (Red+Green+Blue) = 9+251+0=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 251 (98.44% from 255 or 96.54% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 251 - color contains mainly: green. Hex color #09FB00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FB00 is #F604FF. Grayscale: #969696. Windows color (decimal): -16123136 or 64265. OLE color: 64265.
HSL color Cylindrical-coordinate representation of color #09FB00: hue angle of 117.85º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09FB00 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 251 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.02 |
| HSL | 117.85º | 1% | 0.49% | - |
| HSV(B) | 117.85º | 1% | 0.98% | - |
| XYZ | 34.61 | 69.05 | 11.5 | - |
| YUV | 150.03 | 43.33 | 27.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 251 | 0 | 0.96 | 0 | 1 | 0.02 | 117.85 | 1 | 0.49 |
| Hex | 9 | FB | 0 | 60 | 0 | 64 | 2 | 76 | 64 | 31 |
| Octal | 11 | 373 | 0 | 140 | 0 | 144 | 2 | 166 | 144 | 61 |
| Binary | 1001 | 11111011 | 0 | 1100000 | 0 | 1100100 | 10 | 1110110 | 1100100 | 110001 |
Color Harmonies of #09FB00
Complementary color
Monochromatic Colors of #09FB00
Black with #09FB00
Text Example
Text Example
White with #09FB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FB00; }
p { color: rgb(9,251,0); }
H1.HeaderClassName
{
color: #09FB00;
}
.AnyTagClassName
{
color: #09FB00;
}
</style>
background-color css
<style>
a { background-color: #09FB00; }
a { background-color: rgb(9,251,0); }
div.DivClassName
{
background-color: #09FB00;
}
.BgClassName
{
background-color: #09FB00;
}
</style>
border-color css
<style>
span { border-color: #09FB00; }
span { border-color: rgb(9,251,0); }
td.TdClassName
{
border-color: #09FB00;
}
.TagClassName
{
border-color: #09FB00;
}
</style>