Shades of Lime #09FF04
Tints of Lime #09FF04
RGB
CMYK
RGB Variations
Color information
#09FF04 (or 0x09FF04) is known color: Lime. HEX triplet: 09, FF and 04. RGB value is (9,255,4). Sum of RGB (Red+Green+Blue) = 9+255+4=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 255 (100% from 255 or 95.15% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 255 - color contains mainly: green. Hex color #09FF04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FF04 is #F600FB. Grayscale: #999999. Windows color (decimal): -16122108 or 327433. OLE color: 327433.
HSL color Cylindrical-coordinate representation of color #09FF04: hue angle of 118.8º 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 #09FF04 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 4 | - |
| CMYK | 0.96 | 0 | 0.98 | 0 |
| HSL | 118.8º | 1% | 0.51% | - |
| HSV(B) | 118.8º | 0.98% | 1% | - |
| XYZ | 35.89 | 71.59 | 12.04 | - |
| YUV | 152.83 | 44 | 25.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 4 | 0.96 | 0 | 0.98 | 0 | 118.8 | 1 | 0.51 |
| Hex | 9 | FF | 4 | 60 | 0 | 62 | 0 | 77 | 64 | 33 |
| Octal | 11 | 377 | 4 | 140 | 0 | 142 | 0 | 167 | 144 | 63 |
| Binary | 1001 | 11111111 | 100 | 1100000 | 0 | 1100010 | 0 | 1110111 | 1100100 | 110011 |
Color Harmonies of #09FF04
Complementary color
Monochromatic Colors of #09FF04
Black with #09FF04
Text Example
Text Example
White with #09FF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FF04; }
p { color: rgb(9,255,4); }
H1.HeaderClassName
{
color: #09FF04;
}
.AnyTagClassName
{
color: #09FF04;
}
</style>
background-color css
<style>
a { background-color: #09FF04; }
a { background-color: rgb(9,255,4); }
div.DivClassName
{
background-color: #09FF04;
}
.BgClassName
{
background-color: #09FF04;
}
</style>
border-color css
<style>
span { border-color: #09FF04; }
span { border-color: rgb(9,255,4); }
td.TdClassName
{
border-color: #09FF04;
}
.TagClassName
{
border-color: #09FF04;
}
</style>