Shades of Lime #09FF07
Tints of Lime #09FF07
RGB
CMYK
RGB Variations
Color information
#09FF07 (or 0x09FF07) is known color: Lime. HEX triplet: 09, FF and 07. RGB value is (9,255,7). Sum of RGB (Red+Green+Blue) = 9+255+7=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 255 (100% from 255 or 94.10% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 255 - color contains mainly: green. Hex color #09FF07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FF07 is #F600F8. Grayscale: #999999. Windows color (decimal): -16122105 or 524041. OLE color: 524041.
HSL color Cylindrical-coordinate representation of color #09FF07: hue angle of 119.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #09FF07 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 7 | - |
| CMYK | 0.96 | 0 | 0.97 | 0 |
| HSL | 119.52º | 1% | 0.51% | - |
| HSV(B) | 119.52º | 0.97% | 1% | - |
| XYZ | 35.91 | 71.59 | 12.13 | - |
| YUV | 153.17 | 45.5 | 25.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 7 | 0.96 | 0 | 0.97 | 0 | 119.52 | 1 | 0.51 |
| Hex | 9 | FF | 7 | 60 | 0 | 61 | 0 | 78 | 64 | 33 |
| Octal | 11 | 377 | 7 | 140 | 0 | 141 | 0 | 170 | 144 | 63 |
| Binary | 1001 | 11111111 | 111 | 1100000 | 0 | 1100001 | 0 | 1111000 | 1100100 | 110011 |
Color Harmonies of #09FF07
Complementary color
Monochromatic Colors of #09FF07
Black with #09FF07
Text Example
Text Example
White with #09FF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FF07; }
p { color: rgb(9,255,7); }
H1.HeaderClassName
{
color: #09FF07;
}
.AnyTagClassName
{
color: #09FF07;
}
</style>
background-color css
<style>
a { background-color: #09FF07; }
a { background-color: rgb(9,255,7); }
div.DivClassName
{
background-color: #09FF07;
}
.BgClassName
{
background-color: #09FF07;
}
</style>
border-color css
<style>
span { border-color: #09FF07; }
span { border-color: rgb(9,255,7); }
td.TdClassName
{
border-color: #09FF07;
}
.TagClassName
{
border-color: #09FF07;
}
</style>