Shades of Lime Green #2BB82F
Tints of Lime Green #2BB82F
RGB
CMYK
RGB Variations
Color information
#2BB82F (or 0x2BB82F) is known color: Lime Green. HEX triplet: 2B, B8 and 2F. RGB value is (43,184,47). Sum of RGB (Red+Green+Blue) = 43+184+47=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 184 (72.27% from 255 or 67.15% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB82F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB82F is #D447D0. Grayscale: #7E7E7E. Windows color (decimal): -13912017 or 3127339. OLE color: 3127339.
HSL color Cylindrical-coordinate representation of color #2BB82F: hue angle of 121.7º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB82F is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 184 | 47 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.28 |
| HSL | 121.7º | 0.62% | 0.45% | - |
| HSV(B) | 121.7º | 0.77% | 0.72% | - |
| XYZ | 18.65 | 35 | 8.46 | - |
| YUV | 126.22 | 83.29 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 184 | 47 | 0.77 | 0 | 0.74 | 0.28 | 121.7 | 0.62 | 0.45 |
| Hex | 2B | B8 | 2F | 4D | 0 | 4A | 1C | 7A | 3E | 2D |
| Octal | 53 | 270 | 57 | 115 | 0 | 112 | 34 | 172 | 76 | 55 |
| Binary | 101011 | 10111000 | 101111 | 1001101 | 0 | 1001010 | 11100 | 1111010 | 111110 | 101101 |
Color Harmonies of #2BB82F
Complementary color
Monochromatic Colors of #2BB82F
Black with #2BB82F
Text Example
Text Example
White with #2BB82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB82F; }
p { color: rgb(43,184,47); }
H1.HeaderClassName
{
color: #2BB82F;
}
.AnyTagClassName
{
color: #2BB82F;
}
</style>
background-color css
<style>
a { background-color: #2BB82F; }
a { background-color: rgb(43,184,47); }
div.DivClassName
{
background-color: #2BB82F;
}
.BgClassName
{
background-color: #2BB82F;
}
</style>
border-color css
<style>
span { border-color: #2BB82F; }
span { border-color: rgb(43,184,47); }
td.TdClassName
{
border-color: #2BB82F;
}
.TagClassName
{
border-color: #2BB82F;
}
</style>