Shades of Lime Green #2FB82D
Tints of Lime Green #2FB82D
RGB
CMYK
RGB Variations
Color information
#2FB82D (or 0x2FB82D) is known color: Lime Green. HEX triplet: 2F, B8 and 2D. RGB value is (47,184,45). Sum of RGB (Red+Green+Blue) = 47+184+45=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 184 (72.27% from 255 or 66.67% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB82D is #D047D2. Grayscale: #7F7F7F. Windows color (decimal): -13649875 or 2996271. OLE color: 2996271.
HSL color Cylindrical-coordinate representation of color #2FB82D: hue angle of 119.14º 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 #2FB82D is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 184 | 45 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.28 |
| HSL | 119.14º | 0.61% | 0.45% | - |
| HSV(B) | 119.14º | 0.76% | 0.72% | - |
| XYZ | 18.79 | 35.07 | 8.26 | - |
| YUV | 127.19 | 81.61 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 184 | 45 | 0.74 | 0 | 0.76 | 0.28 | 119.14 | 0.61 | 0.45 |
| Hex | 2F | B8 | 2D | 4A | 0 | 4C | 1C | 77 | 3D | 2D |
| Octal | 57 | 270 | 55 | 112 | 0 | 114 | 34 | 167 | 75 | 55 |
| Binary | 101111 | 10111000 | 101101 | 1001010 | 0 | 1001100 | 11100 | 1110111 | 111101 | 101101 |
Color Harmonies of #2FB82D
Complementary color
Monochromatic Colors of #2FB82D
Black with #2FB82D
Text Example
Text Example
White with #2FB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB82D; }
p { color: rgb(47,184,45); }
H1.HeaderClassName
{
color: #2FB82D;
}
.AnyTagClassName
{
color: #2FB82D;
}
</style>
background-color css
<style>
a { background-color: #2FB82D; }
a { background-color: rgb(47,184,45); }
div.DivClassName
{
background-color: #2FB82D;
}
.BgClassName
{
background-color: #2FB82D;
}
</style>
border-color css
<style>
span { border-color: #2FB82D; }
span { border-color: rgb(47,184,45); }
td.TdClassName
{
border-color: #2FB82D;
}
.TagClassName
{
border-color: #2FB82D;
}
</style>