Shades of Lime #09FB02
Tints of Lime #09FB02
RGB
CMYK
RGB Variations
Color information
#09FB02 (or 0x09FB02) is known color: Lime. HEX triplet: 09, FB and 02. RGB value is (9,251,2). Sum of RGB (Red+Green+Blue) = 9+251+2=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 251 (98.44% from 255 or 95.80% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 251 - color contains mainly: green. Hex color #09FB02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FB02 is #F604FD. Grayscale: #979797. Windows color (decimal): -16123134 or 195337. OLE color: 195337.
HSL color Cylindrical-coordinate representation of color #09FB02: hue angle of 118.31º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09FB02 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 251 | 2 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.02 |
| HSL | 118.31º | 0.98% | 0.5% | - |
| HSV(B) | 118.31º | 0.99% | 0.98% | - |
| XYZ | 34.62 | 69.06 | 11.56 | - |
| YUV | 150.26 | 44.33 | 27.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 251 | 2 | 0.96 | 0 | 0.99 | 0.02 | 118.31 | 0.98 | 0.5 |
| Hex | 9 | FB | 2 | 60 | 0 | 63 | 2 | 76 | 62 | 32 |
| Octal | 11 | 373 | 2 | 140 | 0 | 143 | 2 | 166 | 142 | 62 |
| Binary | 1001 | 11111011 | 10 | 1100000 | 0 | 1100011 | 10 | 1110110 | 1100010 | 110010 |
Color Harmonies of #09FB02
Complementary color
Monochromatic Colors of #09FB02
Black with #09FB02
Text Example
Text Example
White with #09FB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FB02; }
p { color: rgb(9,251,2); }
H1.HeaderClassName
{
color: #09FB02;
}
.AnyTagClassName
{
color: #09FB02;
}
</style>
background-color css
<style>
a { background-color: #09FB02; }
a { background-color: rgb(9,251,2); }
div.DivClassName
{
background-color: #09FB02;
}
.BgClassName
{
background-color: #09FB02;
}
</style>
border-color css
<style>
span { border-color: #09FB02; }
span { border-color: rgb(9,251,2); }
td.TdClassName
{
border-color: #09FB02;
}
.TagClassName
{
border-color: #09FB02;
}
</style>