Shades of Lime #09FD04
Tints of Lime #09FD04
RGB
CMYK
RGB Variations
Color information
#09FD04 (or 0x09FD04) is known color: Lime. HEX triplet: 09, FD and 04. RGB value is (9,253,4). Sum of RGB (Red+Green+Blue) = 9+253+4=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 253 (99.22% from 255 or 95.11% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 253 - color contains mainly: green. Hex color #09FD04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FD04 is #F602FB. Grayscale: #989898. Windows color (decimal): -16122620 or 326921. OLE color: 326921.
HSL color Cylindrical-coordinate representation of color #09FD04: hue angle of 118.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #09FD04 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 253 | 4 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.01 |
| HSL | 118.8º | 0.98% | 0.5% | - |
| HSV(B) | 118.8º | 0.98% | 0.99% | - |
| XYZ | 35.26 | 70.32 | 11.83 | - |
| YUV | 151.66 | 44.66 | 26.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 253 | 4 | 0.96 | 0 | 0.98 | 0.01 | 118.8 | 0.98 | 0.5 |
| Hex | 9 | FD | 4 | 60 | 0 | 62 | 1 | 77 | 62 | 32 |
| Octal | 11 | 375 | 4 | 140 | 0 | 142 | 1 | 167 | 142 | 62 |
| Binary | 1001 | 11111101 | 100 | 1100000 | 0 | 1100010 | 1 | 1110111 | 1100010 | 110010 |
Color Harmonies of #09FD04
Complementary color
Monochromatic Colors of #09FD04
Black with #09FD04
Text Example
Text Example
White with #09FD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FD04; }
p { color: rgb(9,253,4); }
H1.HeaderClassName
{
color: #09FD04;
}
.AnyTagClassName
{
color: #09FD04;
}
</style>
background-color css
<style>
a { background-color: #09FD04; }
a { background-color: rgb(9,253,4); }
div.DivClassName
{
background-color: #09FD04;
}
.BgClassName
{
background-color: #09FD04;
}
</style>
border-color css
<style>
span { border-color: #09FD04; }
span { border-color: rgb(9,253,4); }
td.TdClassName
{
border-color: #09FD04;
}
.TagClassName
{
border-color: #09FD04;
}
</style>