Shades of Lime Green #2BD137
Tints of Lime Green #2BD137
RGB
CMYK
RGB Variations
Color information
#2BD137 (or 0x2BD137) is known color: Lime Green. HEX triplet: 2B, D1 and 37. RGB value is (43,209,55). Sum of RGB (Red+Green+Blue) = 43+209+55=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 209 (82.03% from 255 or 68.08% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD137 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD137 is #D42EC8. Grayscale: #8E8E8E. Windows color (decimal): -13905609 or 3658027. OLE color: 3658027.
HSL color Cylindrical-coordinate representation of color #2BD137: hue angle of 124.34º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD137 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 209 | 55 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.18 |
| HSL | 124.34º | 0.66% | 0.49% | - |
| HSV(B) | 124.34º | 0.79% | 0.82% | - |
| XYZ | 24.49 | 46.39 | 11.28 | - |
| YUV | 141.81 | 79 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 209 | 55 | 0.79 | 0 | 0.74 | 0.18 | 124.34 | 0.66 | 0.49 |
| Hex | 2B | D1 | 37 | 4F | 0 | 4A | 12 | 7C | 42 | 31 |
| Octal | 53 | 321 | 67 | 117 | 0 | 112 | 22 | 174 | 102 | 61 |
| Binary | 101011 | 11010001 | 110111 | 1001111 | 0 | 1001010 | 10010 | 1111100 | 1000010 | 110001 |
Color Harmonies of #2BD137
Complementary color
Monochromatic Colors of #2BD137
Black with #2BD137
Text Example
Text Example
White with #2BD137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD137; }
p { color: rgb(43,209,55); }
H1.HeaderClassName
{
color: #2BD137;
}
.AnyTagClassName
{
color: #2BD137;
}
</style>
background-color css
<style>
a { background-color: #2BD137; }
a { background-color: rgb(43,209,55); }
div.DivClassName
{
background-color: #2BD137;
}
.BgClassName
{
background-color: #2BD137;
}
</style>
border-color css
<style>
span { border-color: #2BD137; }
span { border-color: rgb(43,209,55); }
td.TdClassName
{
border-color: #2BD137;
}
.TagClassName
{
border-color: #2BD137;
}
</style>