Shades of Lime #03FE03
Tints of Lime #03FE03
RGB
CMYK
RGB Variations
Color information
#03FE03 (or 0x03FE03) is known color: Lime. HEX triplet: 03, FE and 03. RGB value is (3,254,3). Sum of RGB (Red+Green+Blue) = 3+254+3=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 254 (99.61% from 255 or 97.69% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FE03 is #FC01FC. Grayscale: #979797. Windows color (decimal): -16515581 or 261635. OLE color: 261635.
HSL color Cylindrical-coordinate representation of color #03FE03: hue angle of 120º 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 #03FE03 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 3 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.00 |
| HSL | 120º | 0.99% | 0.5% | - |
| HSV(B) | 120º | 0.99% | 1% | - |
| XYZ | 35.5 | 70.91 | 11.9 | - |
| YUV | 150.34 | 44.84 | 22.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 3 | 0.99 | 0 | 0.99 | 0.00 | 120 | 0.99 | 0.5 |
| Hex | 3 | FE | 3 | 63 | 0 | 63 | 0 | 78 | 63 | 32 |
| Octal | 3 | 376 | 3 | 143 | 0 | 143 | 0 | 170 | 143 | 62 |
| Binary | 11 | 11111110 | 11 | 1100011 | 0 | 1100011 | 0 | 1111000 | 1100011 | 110010 |
Color Harmonies of #03FE03
Complementary color
Monochromatic Colors of #03FE03
Black with #03FE03
Text Example
Text Example
White with #03FE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FE03; }
p { color: rgb(3,254,3); }
H1.HeaderClassName
{
color: #03FE03;
}
.AnyTagClassName
{
color: #03FE03;
}
</style>
background-color css
<style>
a { background-color: #03FE03; }
a { background-color: rgb(3,254,3); }
div.DivClassName
{
background-color: #03FE03;
}
.BgClassName
{
background-color: #03FE03;
}
</style>
border-color css
<style>
span { border-color: #03FE03; }
span { border-color: rgb(3,254,3); }
td.TdClassName
{
border-color: #03FE03;
}
.TagClassName
{
border-color: #03FE03;
}
</style>