Shades of Lime Green #2BD337
Tints of Lime Green #2BD337
RGB
CMYK
RGB Variations
Color information
#2BD337 (or 0x2BD337) is known color: Lime Green. HEX triplet: 2B, D3 and 37. RGB value is (43,211,55). Sum of RGB (Red+Green+Blue) = 43+211+55=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 211 (82.81% from 255 or 68.28% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 211 - color contains mainly: green. Hex color #2BD337 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD337 is #D42CC8. Grayscale: #8F8F8F. Windows color (decimal): -13905097 or 3658539. OLE color: 3658539.
HSL color Cylindrical-coordinate representation of color #2BD337: hue angle of 124.29º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD337 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 211 | 55 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.17 |
| HSL | 124.29º | 0.66% | 0.5% | - |
| HSV(B) | 124.29º | 0.8% | 0.83% | - |
| XYZ | 24.98 | 47.38 | 11.44 | - |
| YUV | 142.98 | 78.34 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 211 | 55 | 0.80 | 0 | 0.74 | 0.17 | 124.29 | 0.66 | 0.5 |
| Hex | 2B | D3 | 37 | 50 | 0 | 4A | 11 | 7C | 42 | 32 |
| Octal | 53 | 323 | 67 | 120 | 0 | 112 | 21 | 174 | 102 | 62 |
| Binary | 101011 | 11010011 | 110111 | 1010000 | 0 | 1001010 | 10001 | 1111100 | 1000010 | 110010 |
Color Harmonies of #2BD337
Complementary color
Monochromatic Colors of #2BD337
Black with #2BD337
Text Example
Text Example
White with #2BD337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD337; }
p { color: rgb(43,211,55); }
H1.HeaderClassName
{
color: #2BD337;
}
.AnyTagClassName
{
color: #2BD337;
}
</style>
background-color css
<style>
a { background-color: #2BD337; }
a { background-color: rgb(43,211,55); }
div.DivClassName
{
background-color: #2BD337;
}
.BgClassName
{
background-color: #2BD337;
}
</style>
border-color css
<style>
span { border-color: #2BD337; }
span { border-color: rgb(43,211,55); }
td.TdClassName
{
border-color: #2BD337;
}
.TagClassName
{
border-color: #2BD337;
}
</style>