Shades of Lime #02E802
Tints of Lime #02E802
RGB
CMYK
RGB Variations
Color information
#02E802 (or 0x02E802) is known color: Lime. HEX triplet: 02, E8 and 02. RGB value is (2,232,2). Sum of RGB (Red+Green+Blue) = 2+232+2=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 232 (91.02% from 255 or 98.31% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 232 - color contains mainly: green. Hex color #02E802 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02E802 is #FD17FD. Grayscale: #898989. Windows color (decimal): -16586750 or 190466. OLE color: 190466.
HSL color Cylindrical-coordinate representation of color #02E802: hue angle of 120º 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 #02E802 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 232 | 2 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.09 |
| HSL | 120º | 0.98% | 0.46% | - |
| HSV(B) | 120º | 0.99% | 0.91% | - |
| XYZ | 28.89 | 57.73 | 9.68 | - |
| YUV | 137.01 | 51.8 | 31.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 232 | 2 | 0.99 | 0 | 0.99 | 0.09 | 120 | 0.98 | 0.46 |
| Hex | 2 | E8 | 2 | 63 | 0 | 63 | 9 | 78 | 62 | 2E |
| Octal | 2 | 350 | 2 | 143 | 0 | 143 | 11 | 170 | 142 | 56 |
| Binary | 10 | 11101000 | 10 | 1100011 | 0 | 1100011 | 1001 | 1111000 | 1100010 | 101110 |
Color Harmonies of #02E802
Complementary color
Monochromatic Colors of #02E802
Black with #02E802
Text Example
Text Example
White with #02E802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E802; }
p { color: rgb(2,232,2); }
H1.HeaderClassName
{
color: #02E802;
}
.AnyTagClassName
{
color: #02E802;
}
</style>
background-color css
<style>
a { background-color: #02E802; }
a { background-color: rgb(2,232,2); }
div.DivClassName
{
background-color: #02E802;
}
.BgClassName
{
background-color: #02E802;
}
</style>
border-color css
<style>
span { border-color: #02E802; }
span { border-color: rgb(2,232,2); }
td.TdClassName
{
border-color: #02E802;
}
.TagClassName
{
border-color: #02E802;
}
</style>