Shades of Lime #09F904
Tints of Lime #09F904
RGB
CMYK
RGB Variations
Color information
#09F904 (or 0x09F904) is known color: Lime. HEX triplet: 09, F9 and 04. RGB value is (9,249,4). Sum of RGB (Red+Green+Blue) = 9+249+4=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 249 (97.66% from 255 or 95.04% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 249 - color contains mainly: green. Hex color #09F904 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F904 is #F606FB. Grayscale: #969696. Windows color (decimal): -16123644 or 325897. OLE color: 325897.
HSL color Cylindrical-coordinate representation of color #09F904: hue angle of 118.78º 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 #09F904 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 249 | 4 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.02 |
| HSL | 118.78º | 0.97% | 0.5% | - |
| HSV(B) | 118.78º | 0.98% | 0.98% | - |
| XYZ | 34.01 | 67.82 | 11.41 | - |
| YUV | 149.31 | 45.99 | 27.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 249 | 4 | 0.96 | 0 | 0.98 | 0.02 | 118.78 | 0.97 | 0.5 |
| Hex | 9 | F9 | 4 | 60 | 0 | 62 | 2 | 77 | 61 | 32 |
| Octal | 11 | 371 | 4 | 140 | 0 | 142 | 2 | 167 | 141 | 62 |
| Binary | 1001 | 11111001 | 100 | 1100000 | 0 | 1100010 | 10 | 1110111 | 1100001 | 110010 |
Color Harmonies of #09F904
Complementary color
Monochromatic Colors of #09F904
Black with #09F904
Text Example
Text Example
White with #09F904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F904; }
p { color: rgb(9,249,4); }
H1.HeaderClassName
{
color: #09F904;
}
.AnyTagClassName
{
color: #09F904;
}
</style>
background-color css
<style>
a { background-color: #09F904; }
a { background-color: rgb(9,249,4); }
div.DivClassName
{
background-color: #09F904;
}
.BgClassName
{
background-color: #09F904;
}
</style>
border-color css
<style>
span { border-color: #09F904; }
span { border-color: rgb(9,249,4); }
td.TdClassName
{
border-color: #09F904;
}
.TagClassName
{
border-color: #09F904;
}
</style>