Shades of Lime #03FE09
Tints of Lime #03FE09
RGB
CMYK
RGB Variations
Color information
#03FE09 (or 0x03FE09) is known color: Lime. HEX triplet: 03, FE and 09. RGB value is (3,254,9). Sum of RGB (Red+Green+Blue) = 3+254+9=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 254 (99.61% from 255 or 95.49% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FE09 is #FC01F6. Grayscale: #979797. Windows color (decimal): -16515575 or 654851. OLE color: 654851.
HSL color Cylindrical-coordinate representation of color #03FE09: hue angle of 121.43º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FE09 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 9 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.00 |
| HSL | 121.43º | 0.99% | 0.5% | - |
| HSV(B) | 121.43º | 0.99% | 1% | - |
| XYZ | 35.53 | 70.92 | 12.08 | - |
| YUV | 151.02 | 47.84 | 22.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 9 | 0.99 | 0 | 0.96 | 0.00 | 121.43 | 0.99 | 0.5 |
| Hex | 3 | FE | 9 | 63 | 0 | 60 | 0 | 79 | 63 | 32 |
| Octal | 3 | 376 | 11 | 143 | 0 | 140 | 0 | 171 | 143 | 62 |
| Binary | 11 | 11111110 | 1001 | 1100011 | 0 | 1100000 | 0 | 1111001 | 1100011 | 110010 |
Color Harmonies of #03FE09
Complementary color
Monochromatic Colors of #03FE09
Black with #03FE09
Text Example
Text Example
White with #03FE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FE09; }
p { color: rgb(3,254,9); }
H1.HeaderClassName
{
color: #03FE09;
}
.AnyTagClassName
{
color: #03FE09;
}
</style>
background-color css
<style>
a { background-color: #03FE09; }
a { background-color: rgb(3,254,9); }
div.DivClassName
{
background-color: #03FE09;
}
.BgClassName
{
background-color: #03FE09;
}
</style>
border-color css
<style>
span { border-color: #03FE09; }
span { border-color: rgb(3,254,9); }
td.TdClassName
{
border-color: #03FE09;
}
.TagClassName
{
border-color: #03FE09;
}
</style>