Shades of Lime Green #2BB021
Tints of Lime Green #2BB021
RGB
CMYK
RGB Variations
Color information
#2BB021 (or 0x2BB021) is known color: Lime Green. HEX triplet: 2B, B0 and 21. RGB value is (43,176,33). Sum of RGB (Red+Green+Blue) = 43+176+33=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 176 (69.14% from 255 or 69.84% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 176 - color contains mainly: green. Hex color #2BB021 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB021 is #D44FDE. Grayscale: #787878. Windows color (decimal): -13914079 or 2207787. OLE color: 2207787.
HSL color Cylindrical-coordinate representation of color #2BB021: hue angle of 115.8º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BB021 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 176 | 33 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.31 |
| HSL | 115.8º | 0.68% | 0.41% | - |
| HSV(B) | 115.8º | 0.81% | 0.69% | - |
| XYZ | 16.8 | 31.67 | 6.67 | - |
| YUV | 119.93 | 78.94 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 176 | 33 | 0.76 | 0 | 0.81 | 0.31 | 115.8 | 0.68 | 0.41 |
| Hex | 2B | B0 | 21 | 4C | 0 | 51 | 1F | 74 | 44 | 29 |
| Octal | 53 | 260 | 41 | 114 | 0 | 121 | 37 | 164 | 104 | 51 |
| Binary | 101011 | 10110000 | 100001 | 1001100 | 0 | 1010001 | 11111 | 1110100 | 1000100 | 101001 |
Color Harmonies of #2BB021
Complementary color
Monochromatic Colors of #2BB021
Black with #2BB021
Text Example
Text Example
White with #2BB021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB021; }
p { color: rgb(43,176,33); }
H1.HeaderClassName
{
color: #2BB021;
}
.AnyTagClassName
{
color: #2BB021;
}
</style>
background-color css
<style>
a { background-color: #2BB021; }
a { background-color: rgb(43,176,33); }
div.DivClassName
{
background-color: #2BB021;
}
.BgClassName
{
background-color: #2BB021;
}
</style>
border-color css
<style>
span { border-color: #2BB021; }
span { border-color: rgb(43,176,33); }
td.TdClassName
{
border-color: #2BB021;
}
.TagClassName
{
border-color: #2BB021;
}
</style>