Shades of Lime Green #2BD838
Tints of Lime Green #2BD838
RGB
CMYK
RGB Variations
Color information
#2BD838 (or 0x2BD838) is known color: Lime Green. HEX triplet: 2B, D8 and 38. RGB value is (43,216,56). Sum of RGB (Red+Green+Blue) = 43+216+56=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 216 (84.77% from 255 or 68.57% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 216 - color contains mainly: green. Hex color #2BD838 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD838 is #D427C7. Grayscale: #929292. Windows color (decimal): -13903816 or 3725355. OLE color: 3725355.
HSL color Cylindrical-coordinate representation of color #2BD838: hue angle of 124.51º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD838 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 216 | 56 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.15 |
| HSL | 124.51º | 0.69% | 0.51% | - |
| HSV(B) | 124.51º | 0.8% | 0.85% | - |
| XYZ | 26.27 | 49.91 | 11.99 | - |
| YUV | 146.03 | 77.19 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 216 | 56 | 0.80 | 0 | 0.74 | 0.15 | 124.51 | 0.69 | 0.51 |
| Hex | 2B | D8 | 38 | 50 | 0 | 4A | F | 7D | 45 | 33 |
| Octal | 53 | 330 | 70 | 120 | 0 | 112 | 17 | 175 | 105 | 63 |
| Binary | 101011 | 11011000 | 111000 | 1010000 | 0 | 1001010 | 1111 | 1111101 | 1000101 | 110011 |
Color Harmonies of #2BD838
Complementary color
Monochromatic Colors of #2BD838
Black with #2BD838
Text Example
Text Example
White with #2BD838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD838; }
p { color: rgb(43,216,56); }
H1.HeaderClassName
{
color: #2BD838;
}
.AnyTagClassName
{
color: #2BD838;
}
</style>
background-color css
<style>
a { background-color: #2BD838; }
a { background-color: rgb(43,216,56); }
div.DivClassName
{
background-color: #2BD838;
}
.BgClassName
{
background-color: #2BD838;
}
</style>
border-color css
<style>
span { border-color: #2BD838; }
span { border-color: rgb(43,216,56); }
td.TdClassName
{
border-color: #2BD838;
}
.TagClassName
{
border-color: #2BD838;
}
</style>