Shades of Lime #09F102
Tints of Lime #09F102
RGB
CMYK
RGB Variations
Color information
#09F102 (or 0x09F102) is known color: Lime. HEX triplet: 09, F1 and 02. RGB value is (9,241,2). Sum of RGB (Red+Green+Blue) = 9+241+2=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 241 (94.53% from 255 or 95.63% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 241 - color contains mainly: green. Hex color #09F102 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F102 is #F60EFD. Grayscale: #919191. Windows color (decimal): -16125694 or 192777. OLE color: 192777.
HSL color Cylindrical-coordinate representation of color #09F102: hue angle of 118.24º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09F102 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 241 | 2 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.05 |
| HSL | 118.24º | 0.98% | 0.48% | - |
| HSV(B) | 118.24º | 0.99% | 0.95% | - |
| XYZ | 31.58 | 62.97 | 10.55 | - |
| YUV | 144.39 | 47.64 | 31.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 241 | 2 | 0.96 | 0 | 0.99 | 0.05 | 118.24 | 0.98 | 0.48 |
| Hex | 9 | F1 | 2 | 60 | 0 | 63 | 5 | 76 | 62 | 30 |
| Octal | 11 | 361 | 2 | 140 | 0 | 143 | 5 | 166 | 142 | 60 |
| Binary | 1001 | 11110001 | 10 | 1100000 | 0 | 1100011 | 101 | 1110110 | 1100010 | 110000 |
Color Harmonies of #09F102
Complementary color
Monochromatic Colors of #09F102
Black with #09F102
Text Example
Text Example
White with #09F102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F102; }
p { color: rgb(9,241,2); }
H1.HeaderClassName
{
color: #09F102;
}
.AnyTagClassName
{
color: #09F102;
}
</style>
background-color css
<style>
a { background-color: #09F102; }
a { background-color: rgb(9,241,2); }
div.DivClassName
{
background-color: #09F102;
}
.BgClassName
{
background-color: #09F102;
}
</style>
border-color css
<style>
span { border-color: #09F102; }
span { border-color: rgb(9,241,2); }
td.TdClassName
{
border-color: #09F102;
}
.TagClassName
{
border-color: #09F102;
}
</style>