Shades of Lime #02FE0A
Tints of Lime #02FE0A
RGB
CMYK
RGB Variations
Color information
#02FE0A (or 0x02FE0A) is known color: Lime. HEX triplet: 02, FE and 0A. RGB value is (2,254,10). Sum of RGB (Red+Green+Blue) = 2+254+10=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 254 (99.61% from 255 or 95.49% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 254 - color contains mainly: green. Hex color #02FE0A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02FE0A is #FD01F5. Grayscale: #979797. Windows color (decimal): -16581110 or 720386. OLE color: 720386.
HSL color Cylindrical-coordinate representation of color #02FE0A: hue angle of 121.9º 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 #02FE0A is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 10 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.00 |
| HSL | 121.9º | 0.99% | 0.5% | - |
| HSV(B) | 121.9º | 0.99% | 1% | - |
| XYZ | 35.52 | 70.92 | 12.1 | - |
| YUV | 150.84 | 48.51 | 21.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 10 | 0.99 | 0 | 0.96 | 0.00 | 121.9 | 0.99 | 0.5 |
| Hex | 2 | FE | A | 63 | 0 | 60 | 0 | 7A | 63 | 32 |
| Octal | 2 | 376 | 12 | 143 | 0 | 140 | 0 | 172 | 143 | 62 |
| Binary | 10 | 11111110 | 1010 | 1100011 | 0 | 1100000 | 0 | 1111010 | 1100011 | 110010 |
Color Harmonies of #02FE0A
Complementary color
Monochromatic Colors of #02FE0A
Black with #02FE0A
Text Example
Text Example
White with #02FE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FE0A; }
p { color: rgb(2,254,10); }
H1.HeaderClassName
{
color: #02FE0A;
}
.AnyTagClassName
{
color: #02FE0A;
}
</style>
background-color css
<style>
a { background-color: #02FE0A; }
a { background-color: rgb(2,254,10); }
div.DivClassName
{
background-color: #02FE0A;
}
.BgClassName
{
background-color: #02FE0A;
}
</style>
border-color css
<style>
span { border-color: #02FE0A; }
span { border-color: rgb(2,254,10); }
td.TdClassName
{
border-color: #02FE0A;
}
.TagClassName
{
border-color: #02FE0A;
}
</style>