Shades of Lime Green #2FB82C
Tints of Lime Green #2FB82C
RGB
CMYK
RGB Variations
Color information
#2FB82C (or 0x2FB82C) is known color: Lime Green. HEX triplet: 2F, B8 and 2C. RGB value is (47,184,44). Sum of RGB (Red+Green+Blue) = 47+184+44=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 184 (72.27% from 255 or 66.91% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB82C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB82C is #D047D3. Grayscale: #7F7F7F. Windows color (decimal): -13649876 or 2930735. OLE color: 2930735.
HSL color Cylindrical-coordinate representation of color #2FB82C: hue angle of 118.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FB82C is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 184 | 44 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.28 |
| HSL | 118.71º | 0.61% | 0.45% | - |
| HSV(B) | 118.71º | 0.76% | 0.72% | - |
| XYZ | 18.77 | 35.07 | 8.16 | - |
| YUV | 127.08 | 81.11 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 184 | 44 | 0.74 | 0 | 0.76 | 0.28 | 118.71 | 0.61 | 0.45 |
| Hex | 2F | B8 | 2C | 4A | 0 | 4C | 1C | 77 | 3D | 2D |
| Octal | 57 | 270 | 54 | 112 | 0 | 114 | 34 | 167 | 75 | 55 |
| Binary | 101111 | 10111000 | 101100 | 1001010 | 0 | 1001100 | 11100 | 1110111 | 111101 | 101101 |
Color Harmonies of #2FB82C
Complementary color
Monochromatic Colors of #2FB82C
Black with #2FB82C
Text Example
Text Example
White with #2FB82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB82C; }
p { color: rgb(47,184,44); }
H1.HeaderClassName
{
color: #2FB82C;
}
.AnyTagClassName
{
color: #2FB82C;
}
</style>
background-color css
<style>
a { background-color: #2FB82C; }
a { background-color: rgb(47,184,44); }
div.DivClassName
{
background-color: #2FB82C;
}
.BgClassName
{
background-color: #2FB82C;
}
</style>
border-color css
<style>
span { border-color: #2FB82C; }
span { border-color: rgb(47,184,44); }
td.TdClassName
{
border-color: #2FB82C;
}
.TagClassName
{
border-color: #2FB82C;
}
</style>