Shades of Lime #09FB06
Tints of Lime #09FB06
RGB
CMYK
RGB Variations
Color information
#09FB06 (or 0x09FB06) is known color: Lime. HEX triplet: 09, FB and 06. RGB value is (9,251,6). Sum of RGB (Red+Green+Blue) = 9+251+6=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 251 (98.44% from 255 or 94.36% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 251 - color contains mainly: green. Hex color #09FB06 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FB06 is #F604F9. Grayscale: #979797. Windows color (decimal): -16123130 or 457481. OLE color: 457481.
HSL color Cylindrical-coordinate representation of color #09FB06: hue angle of 119.27º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #09FB06 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 251 | 6 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.02 |
| HSL | 119.27º | 0.97% | 0.5% | - |
| HSV(B) | 119.27º | 0.98% | 0.98% | - |
| XYZ | 34.64 | 69.07 | 11.68 | - |
| YUV | 150.71 | 46.33 | 26.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 251 | 6 | 0.96 | 0 | 0.98 | 0.02 | 119.27 | 0.97 | 0.5 |
| Hex | 9 | FB | 6 | 60 | 0 | 62 | 2 | 77 | 61 | 32 |
| Octal | 11 | 373 | 6 | 140 | 0 | 142 | 2 | 167 | 141 | 62 |
| Binary | 1001 | 11111011 | 110 | 1100000 | 0 | 1100010 | 10 | 1110111 | 1100001 | 110010 |
Color Harmonies of #09FB06
Complementary color
Monochromatic Colors of #09FB06
Black with #09FB06
Text Example
Text Example
White with #09FB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FB06; }
p { color: rgb(9,251,6); }
H1.HeaderClassName
{
color: #09FB06;
}
.AnyTagClassName
{
color: #09FB06;
}
</style>
background-color css
<style>
a { background-color: #09FB06; }
a { background-color: rgb(9,251,6); }
div.DivClassName
{
background-color: #09FB06;
}
.BgClassName
{
background-color: #09FB06;
}
</style>
border-color css
<style>
span { border-color: #09FB06; }
span { border-color: rgb(9,251,6); }
td.TdClassName
{
border-color: #09FB06;
}
.TagClassName
{
border-color: #09FB06;
}
</style>