Shades of Lime #02E901
Tints of Lime #02E901
RGB
CMYK
RGB Variations
Color information
#02E901 (or 0x02E901) is known color: Lime. HEX triplet: 02, E9 and 01. RGB value is (2,233,1). Sum of RGB (Red+Green+Blue) = 2+233+1=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 233 (91.41% from 255 or 98.73% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 233 - color contains mainly: green. Hex color #02E901 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02E901 is #FD16FE. Grayscale: #8A8A8A. Windows color (decimal): -16586495 or 125186. OLE color: 125186.
HSL color Cylindrical-coordinate representation of color #02E901: hue angle of 119.74º 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 #02E901 is Cyan = 0.99, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 233 | 1 | - |
| CMYK | 0.99 | 0 | 1.00 | 0.09 |
| HSL | 119.74º | 0.99% | 0.46% | - |
| HSV(B) | 119.74º | 1% | 0.91% | - |
| XYZ | 29.17 | 58.29 | 9.74 | - |
| YUV | 137.48 | 50.97 | 31.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 233 | 1 | 0.99 | 0 | 1.00 | 0.09 | 119.74 | 0.99 | 0.46 |
| Hex | 2 | E9 | 1 | 63 | 0 | 64 | 9 | 78 | 63 | 2E |
| Octal | 2 | 351 | 1 | 143 | 0 | 144 | 11 | 170 | 143 | 56 |
| Binary | 10 | 11101001 | 1 | 1100011 | 0 | 1100100 | 1001 | 1111000 | 1100011 | 101110 |
Color Harmonies of #02E901
Complementary color
Monochromatic Colors of #02E901
Black with #02E901
Text Example
Text Example
White with #02E901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E901; }
p { color: rgb(2,233,1); }
H1.HeaderClassName
{
color: #02E901;
}
.AnyTagClassName
{
color: #02E901;
}
</style>
background-color css
<style>
a { background-color: #02E901; }
a { background-color: rgb(2,233,1); }
div.DivClassName
{
background-color: #02E901;
}
.BgClassName
{
background-color: #02E901;
}
</style>
border-color css
<style>
span { border-color: #02E901; }
span { border-color: rgb(2,233,1); }
td.TdClassName
{
border-color: #02E901;
}
.TagClassName
{
border-color: #02E901;
}
</style>