Shades of Lime Green #2BB22E
Tints of Lime Green #2BB22E
RGB
CMYK
RGB Variations
Color information
#2BB22E (or 0x2BB22E) is known color: Lime Green. HEX triplet: 2B, B2 and 2E. RGB value is (43,178,46). Sum of RGB (Red+Green+Blue) = 43+178+46=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 178 (69.92% from 255 or 66.67% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB22E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB22E is #D44DD1. Grayscale: #7A7A7A. Windows color (decimal): -13913554 or 3060267. OLE color: 3060267.
HSL color Cylindrical-coordinate representation of color #2BB22E: hue angle of 121.33º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB22E is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 178 | 46 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.30 |
| HSL | 121.33º | 0.61% | 0.43% | - |
| HSV(B) | 121.33º | 0.76% | 0.7% | - |
| XYZ | 17.41 | 32.55 | 7.95 | - |
| YUV | 122.59 | 84.77 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 178 | 46 | 0.76 | 0 | 0.74 | 0.30 | 121.33 | 0.61 | 0.43 |
| Hex | 2B | B2 | 2E | 4C | 0 | 4A | 1E | 79 | 3D | 2B |
| Octal | 53 | 262 | 56 | 114 | 0 | 112 | 36 | 171 | 75 | 53 |
| Binary | 101011 | 10110010 | 101110 | 1001100 | 0 | 1001010 | 11110 | 1111001 | 111101 | 101011 |
Color Harmonies of #2BB22E
Complementary color
Monochromatic Colors of #2BB22E
Black with #2BB22E
Text Example
Text Example
White with #2BB22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB22E; }
p { color: rgb(43,178,46); }
H1.HeaderClassName
{
color: #2BB22E;
}
.AnyTagClassName
{
color: #2BB22E;
}
</style>
background-color css
<style>
a { background-color: #2BB22E; }
a { background-color: rgb(43,178,46); }
div.DivClassName
{
background-color: #2BB22E;
}
.BgClassName
{
background-color: #2BB22E;
}
</style>
border-color css
<style>
span { border-color: #2BB22E; }
span { border-color: rgb(43,178,46); }
td.TdClassName
{
border-color: #2BB22E;
}
.TagClassName
{
border-color: #2BB22E;
}
</style>