Shades of Lime Green #2BD737
Tints of Lime Green #2BD737
RGB
CMYK
RGB Variations
Color information
#2BD737 (or 0x2BD737) is known color: Lime Green. HEX triplet: 2B, D7 and 37. RGB value is (43,215,55). Sum of RGB (Red+Green+Blue) = 43+215+55=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 215 (84.38% from 255 or 68.69% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD737 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD737 is #D428C8. Grayscale: #919191. Windows color (decimal): -13904073 or 3659563. OLE color: 3659563.
HSL color Cylindrical-coordinate representation of color #2BD737: hue angle of 124.19º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD737 is Cyan = 0.8, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 215 | 55 | - |
| CMYK | 0.8 | 0 | 0.74 | 0.16 |
| HSL | 124.19º | 0.68% | 0.51% | - |
| HSV(B) | 124.19º | 0.8% | 0.84% | - |
| XYZ | 25.99 | 49.39 | 11.78 | - |
| YUV | 145.33 | 77.02 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 215 | 55 | 0.8 | 0 | 0.74 | 0.16 | 124.19 | 0.68 | 0.51 |
| Hex | 2B | D7 | 37 | 50 | 0 | 4A | 10 | 7C | 44 | 33 |
| Octal | 53 | 327 | 67 | 120 | 0 | 112 | 20 | 174 | 104 | 63 |
| Binary | 101011 | 11010111 | 110111 | 1010000 | 0 | 1001010 | 10000 | 1111100 | 1000100 | 110011 |
Color Harmonies of #2BD737
Complementary color
Monochromatic Colors of #2BD737
Black with #2BD737
Text Example
Text Example
White with #2BD737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD737; }
p { color: rgb(43,215,55); }
H1.HeaderClassName
{
color: #2BD737;
}
.AnyTagClassName
{
color: #2BD737;
}
</style>
background-color css
<style>
a { background-color: #2BD737; }
a { background-color: rgb(43,215,55); }
div.DivClassName
{
background-color: #2BD737;
}
.BgClassName
{
background-color: #2BD737;
}
</style>
border-color css
<style>
span { border-color: #2BD737; }
span { border-color: rgb(43,215,55); }
td.TdClassName
{
border-color: #2BD737;
}
.TagClassName
{
border-color: #2BD737;
}
</style>