Shades of Lime #09F803
Tints of Lime #09F803
RGB
CMYK
RGB Variations
Color information
#09F803 (or 0x09F803) is known color: Lime. HEX triplet: 09, F8 and 03. RGB value is (9,248,3). Sum of RGB (Red+Green+Blue) = 9+248+3=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 248 (97.27% from 255 or 95.38% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 248 - color contains mainly: green. Hex color #09F803 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F803 is #F607FC. Grayscale: #959595. Windows color (decimal): -16123901 or 260105. OLE color: 260105.
HSL color Cylindrical-coordinate representation of color #09F803: hue angle of 118.53º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09F803 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 248 | 3 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.03 |
| HSL | 118.53º | 0.98% | 0.49% | - |
| HSV(B) | 118.53º | 0.99% | 0.97% | - |
| XYZ | 33.7 | 67.2 | 11.28 | - |
| YUV | 148.61 | 45.82 | 28.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 248 | 3 | 0.96 | 0 | 0.99 | 0.03 | 118.53 | 0.98 | 0.49 |
| Hex | 9 | F8 | 3 | 60 | 0 | 63 | 3 | 77 | 62 | 31 |
| Octal | 11 | 370 | 3 | 140 | 0 | 143 | 3 | 167 | 142 | 61 |
| Binary | 1001 | 11111000 | 11 | 1100000 | 0 | 1100011 | 11 | 1110111 | 1100010 | 110001 |
Color Harmonies of #09F803
Complementary color
Monochromatic Colors of #09F803
Black with #09F803
Text Example
Text Example
White with #09F803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F803; }
p { color: rgb(9,248,3); }
H1.HeaderClassName
{
color: #09F803;
}
.AnyTagClassName
{
color: #09F803;
}
</style>
background-color css
<style>
a { background-color: #09F803; }
a { background-color: rgb(9,248,3); }
div.DivClassName
{
background-color: #09F803;
}
.BgClassName
{
background-color: #09F803;
}
</style>
border-color css
<style>
span { border-color: #09F803; }
span { border-color: rgb(9,248,3); }
td.TdClassName
{
border-color: #09F803;
}
.TagClassName
{
border-color: #09F803;
}
</style>