Shades of Lime Green #2FE620
Tints of Lime Green #2FE620
RGB
CMYK
RGB Variations
Color information
#2FE620 (or 0x2FE620) is known color: Lime Green. HEX triplet: 2F, E6 and 20. RGB value is (47,230,32). Sum of RGB (Red+Green+Blue) = 47+230+32=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 230 (90.23% from 255 or 74.43% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE620 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE620 is #D019DF. Grayscale: #999999. Windows color (decimal): -13638112 or 2156079. OLE color: 2156079.
HSL color Cylindrical-coordinate representation of color #2FE620: hue angle of 115.45º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FE620 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 230 | 32 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.10 |
| HSL | 115.45º | 0.8% | 0.51% | - |
| HSV(B) | 115.45º | 0.86% | 0.9% | - |
| XYZ | 29.73 | 57.3 | 10.86 | - |
| YUV | 152.71 | 59.87 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 230 | 32 | 0.80 | 0 | 0.86 | 0.10 | 115.45 | 0.8 | 0.51 |
| Hex | 2F | E6 | 20 | 50 | 0 | 56 | A | 73 | 50 | 33 |
| Octal | 57 | 346 | 40 | 120 | 0 | 126 | 12 | 163 | 120 | 63 |
| Binary | 101111 | 11100110 | 100000 | 1010000 | 0 | 1010110 | 1010 | 1110011 | 1010000 | 110011 |
Color Harmonies of #2FE620
Complementary color
Monochromatic Colors of #2FE620
Black with #2FE620
Text Example
Text Example
White with #2FE620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE620; }
p { color: rgb(47,230,32); }
H1.HeaderClassName
{
color: #2FE620;
}
.AnyTagClassName
{
color: #2FE620;
}
</style>
background-color css
<style>
a { background-color: #2FE620; }
a { background-color: rgb(47,230,32); }
div.DivClassName
{
background-color: #2FE620;
}
.BgClassName
{
background-color: #2FE620;
}
</style>
border-color css
<style>
span { border-color: #2FE620; }
span { border-color: rgb(47,230,32); }
td.TdClassName
{
border-color: #2FE620;
}
.TagClassName
{
border-color: #2FE620;
}
</style>