Shades of Lime #03E802
Tints of Lime #03E802
RGB
CMYK
RGB Variations
Color information
#03E802 (or 0x03E802) is known color: Lime. HEX triplet: 03, E8 and 02. RGB value is (3,232,2). Sum of RGB (Red+Green+Blue) = 3+232+2=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 232 (91.02% from 255 or 97.89% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 232 - color contains mainly: green. Hex color #03E802 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03E802 is #FC17FD. Grayscale: #8A8A8A. Windows color (decimal): -16521214 or 190467. OLE color: 190467.
HSL color Cylindrical-coordinate representation of color #03E802: hue angle of 119.74º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E802 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 232 | 2 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.09 |
| HSL | 119.74º | 0.98% | 0.46% | - |
| HSV(B) | 119.74º | 0.99% | 0.91% | - |
| XYZ | 28.91 | 57.74 | 9.68 | - |
| YUV | 137.31 | 51.63 | 32.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 232 | 2 | 0.99 | 0 | 0.99 | 0.09 | 119.74 | 0.98 | 0.46 |
| Hex | 3 | E8 | 2 | 63 | 0 | 63 | 9 | 78 | 62 | 2E |
| Octal | 3 | 350 | 2 | 143 | 0 | 143 | 11 | 170 | 142 | 56 |
| Binary | 11 | 11101000 | 10 | 1100011 | 0 | 1100011 | 1001 | 1111000 | 1100010 | 101110 |
Color Harmonies of #03E802
Complementary color
Monochromatic Colors of #03E802
Black with #03E802
Text Example
Text Example
White with #03E802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E802; }
p { color: rgb(3,232,2); }
H1.HeaderClassName
{
color: #03E802;
}
.AnyTagClassName
{
color: #03E802;
}
</style>
background-color css
<style>
a { background-color: #03E802; }
a { background-color: rgb(3,232,2); }
div.DivClassName
{
background-color: #03E802;
}
.BgClassName
{
background-color: #03E802;
}
</style>
border-color css
<style>
span { border-color: #03E802; }
span { border-color: rgb(3,232,2); }
td.TdClassName
{
border-color: #03E802;
}
.TagClassName
{
border-color: #03E802;
}
</style>