Shades of Lime #09FF05
Tints of Lime #09FF05
RGB
CMYK
RGB Variations
Color information
#09FF05 (or 0x09FF05) is known color: Lime. HEX triplet: 09, FF and 05. RGB value is (9,255,5). Sum of RGB (Red+Green+Blue) = 9+255+5=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 255 (100% from 255 or 94.80% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 255 - color contains mainly: green. Hex color #09FF05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FF05 is #F600FA. Grayscale: #999999. Windows color (decimal): -16122107 or 392969. OLE color: 392969.
HSL color Cylindrical-coordinate representation of color #09FF05: hue angle of 119.04º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #09FF05 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 5 | - |
| CMYK | 0.96 | 0 | 0.98 | 0 |
| HSL | 119.04º | 1% | 0.51% | - |
| HSV(B) | 119.04º | 0.98% | 1% | - |
| XYZ | 35.9 | 71.59 | 12.07 | - |
| YUV | 152.95 | 44.5 | 25.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 5 | 0.96 | 0 | 0.98 | 0 | 119.04 | 1 | 0.51 |
| Hex | 9 | FF | 5 | 60 | 0 | 62 | 0 | 77 | 64 | 33 |
| Octal | 11 | 377 | 5 | 140 | 0 | 142 | 0 | 167 | 144 | 63 |
| Binary | 1001 | 11111111 | 101 | 1100000 | 0 | 1100010 | 0 | 1110111 | 1100100 | 110011 |
Color Harmonies of #09FF05
Complementary color
Monochromatic Colors of #09FF05
Black with #09FF05
Text Example
Text Example
White with #09FF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FF05; }
p { color: rgb(9,255,5); }
H1.HeaderClassName
{
color: #09FF05;
}
.AnyTagClassName
{
color: #09FF05;
}
</style>
background-color css
<style>
a { background-color: #09FF05; }
a { background-color: rgb(9,255,5); }
div.DivClassName
{
background-color: #09FF05;
}
.BgClassName
{
background-color: #09FF05;
}
</style>
border-color css
<style>
span { border-color: #09FF05; }
span { border-color: rgb(9,255,5); }
td.TdClassName
{
border-color: #09FF05;
}
.TagClassName
{
border-color: #09FF05;
}
</style>