Shades of Lime #03E801
Tints of Lime #03E801
RGB
CMYK
RGB Variations
Color information
#03E801 (or 0x03E801) is known color: Lime. HEX triplet: 03, E8 and 01. RGB value is (3,232,1). Sum of RGB (Red+Green+Blue) = 3+232+1=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 232 (91.02% from 255 or 98.31% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 232 - color contains mainly: green. Hex color #03E801 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03E801 is #FC17FE. Grayscale: #898989. Windows color (decimal): -16521215 or 124931. OLE color: 124931.
HSL color Cylindrical-coordinate representation of color #03E801: hue angle of 119.48º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03E801 is Cyan = 0.99, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 232 | 1 | - |
| CMYK | 0.99 | 0 | 1.00 | 0.09 |
| HSL | 119.48º | 0.99% | 0.46% | - |
| HSV(B) | 119.48º | 1% | 0.91% | - |
| XYZ | 28.9 | 57.73 | 9.65 | - |
| YUV | 137.2 | 51.13 | 32.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 232 | 1 | 0.99 | 0 | 1.00 | 0.09 | 119.48 | 0.99 | 0.46 |
| Hex | 3 | E8 | 1 | 63 | 0 | 64 | 9 | 77 | 63 | 2E |
| Octal | 3 | 350 | 1 | 143 | 0 | 144 | 11 | 167 | 143 | 56 |
| Binary | 11 | 11101000 | 1 | 1100011 | 0 | 1100100 | 1001 | 1110111 | 1100011 | 101110 |
Color Harmonies of #03E801
Complementary color
Monochromatic Colors of #03E801
Black with #03E801
Text Example
Text Example
White with #03E801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E801; }
p { color: rgb(3,232,1); }
H1.HeaderClassName
{
color: #03E801;
}
.AnyTagClassName
{
color: #03E801;
}
</style>
background-color css
<style>
a { background-color: #03E801; }
a { background-color: rgb(3,232,1); }
div.DivClassName
{
background-color: #03E801;
}
.BgClassName
{
background-color: #03E801;
}
</style>
border-color css
<style>
span { border-color: #03E801; }
span { border-color: rgb(3,232,1); }
td.TdClassName
{
border-color: #03E801;
}
.TagClassName
{
border-color: #03E801;
}
</style>