Shades of Lime Green #2FE03A
Tints of Lime Green #2FE03A
RGB
CMYK
RGB Variations
Color information
#2FE03A (or 0x2FE03A) is known color: Lime Green. HEX triplet: 2F, E0 and 3A. RGB value is (47,224,58). Sum of RGB (Red+Green+Blue) = 47+224+58=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 224 (87.89% from 255 or 68.09% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE03A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE03A is #D01FC5. Grayscale: #989898. Windows color (decimal): -13639622 or 3858479. OLE color: 3858479.
HSL color Cylindrical-coordinate representation of color #2FE03A: hue angle of 123.73º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE03A is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 58 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.12 |
| HSL | 123.73º | 0.74% | 0.53% | - |
| HSV(B) | 123.73º | 0.79% | 0.88% | - |
| XYZ | 28.59 | 54.22 | 12.96 | - |
| YUV | 152.15 | 74.86 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 58 | 0.79 | 0 | 0.74 | 0.12 | 123.73 | 0.74 | 0.53 |
| Hex | 2F | E0 | 3A | 4F | 0 | 4A | C | 7C | 4A | 35 |
| Octal | 57 | 340 | 72 | 117 | 0 | 112 | 14 | 174 | 112 | 65 |
| Binary | 101111 | 11100000 | 111010 | 1001111 | 0 | 1001010 | 1100 | 1111100 | 1001010 | 110101 |
Color Harmonies of #2FE03A
Complementary color
Monochromatic Colors of #2FE03A
Black with #2FE03A
Text Example
Text Example
White with #2FE03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE03A; }
p { color: rgb(47,224,58); }
H1.HeaderClassName
{
color: #2FE03A;
}
.AnyTagClassName
{
color: #2FE03A;
}
</style>
background-color css
<style>
a { background-color: #2FE03A; }
a { background-color: rgb(47,224,58); }
div.DivClassName
{
background-color: #2FE03A;
}
.BgClassName
{
background-color: #2FE03A;
}
</style>
border-color css
<style>
span { border-color: #2FE03A; }
span { border-color: rgb(47,224,58); }
td.TdClassName
{
border-color: #2FE03A;
}
.TagClassName
{
border-color: #2FE03A;
}
</style>