Shades of Lime Green #2FE820
Tints of Lime Green #2FE820
RGB
CMYK
RGB Variations
Color information
#2FE820 (or 0x2FE820) is known color: Lime Green. HEX triplet: 2F, E8 and 20. RGB value is (47,232,32). Sum of RGB (Red+Green+Blue) = 47+232+32=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 232 (91.02% from 255 or 74.60% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE820 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE820 is #D017DF. Grayscale: #9A9A9A. Windows color (decimal): -13637600 or 2156591. OLE color: 2156591.
HSL color Cylindrical-coordinate representation of color #2FE820: hue angle of 115.5º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FE820 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 232 | 32 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.09 |
| HSL | 115.5º | 0.81% | 0.52% | - |
| HSV(B) | 115.5º | 0.86% | 0.91% | - |
| XYZ | 30.29 | 58.42 | 11.05 | - |
| YUV | 153.89 | 59.21 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 232 | 32 | 0.80 | 0 | 0.86 | 0.09 | 115.5 | 0.81 | 0.52 |
| Hex | 2F | E8 | 20 | 50 | 0 | 56 | 9 | 74 | 51 | 34 |
| Octal | 57 | 350 | 40 | 120 | 0 | 126 | 11 | 164 | 121 | 64 |
| Binary | 101111 | 11101000 | 100000 | 1010000 | 0 | 1010110 | 1001 | 1110100 | 1010001 | 110100 |
Color Harmonies of #2FE820
Complementary color
Monochromatic Colors of #2FE820
Black with #2FE820
Text Example
Text Example
White with #2FE820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE820; }
p { color: rgb(47,232,32); }
H1.HeaderClassName
{
color: #2FE820;
}
.AnyTagClassName
{
color: #2FE820;
}
</style>
background-color css
<style>
a { background-color: #2FE820; }
a { background-color: rgb(47,232,32); }
div.DivClassName
{
background-color: #2FE820;
}
.BgClassName
{
background-color: #2FE820;
}
</style>
border-color css
<style>
span { border-color: #2FE820; }
span { border-color: rgb(47,232,32); }
td.TdClassName
{
border-color: #2FE820;
}
.TagClassName
{
border-color: #2FE820;
}
</style>