Shades of Lime Green #2BD738
Tints of Lime Green #2BD738
RGB
CMYK
RGB Variations
Color information
#2BD738 (or 0x2BD738) is known color: Lime Green. HEX triplet: 2B, D7 and 38. RGB value is (43,215,56). Sum of RGB (Red+Green+Blue) = 43+215+56=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 215 (84.38% from 255 or 68.47% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD738 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD738 is #D428C7. Grayscale: #919191. Windows color (decimal): -13904072 or 3725099. OLE color: 3725099.
HSL color Cylindrical-coordinate representation of color #2BD738: hue angle of 124.53º 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 #2BD738 is Cyan = 0.8, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 215 | 56 | - |
| CMYK | 0.8 | 0 | 0.74 | 0.16 |
| HSL | 124.53º | 0.68% | 0.51% | - |
| HSV(B) | 124.53º | 0.8% | 0.84% | - |
| XYZ | 26.01 | 49.4 | 11.91 | - |
| YUV | 145.45 | 77.52 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 215 | 56 | 0.8 | 0 | 0.74 | 0.16 | 124.53 | 0.68 | 0.51 |
| Hex | 2B | D7 | 38 | 50 | 0 | 4A | 10 | 7D | 44 | 33 |
| Octal | 53 | 327 | 70 | 120 | 0 | 112 | 20 | 175 | 104 | 63 |
| Binary | 101011 | 11010111 | 111000 | 1010000 | 0 | 1001010 | 10000 | 1111101 | 1000100 | 110011 |
Color Harmonies of #2BD738
Complementary color
Monochromatic Colors of #2BD738
Black with #2BD738
Text Example
Text Example
White with #2BD738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD738; }
p { color: rgb(43,215,56); }
H1.HeaderClassName
{
color: #2BD738;
}
.AnyTagClassName
{
color: #2BD738;
}
</style>
background-color css
<style>
a { background-color: #2BD738; }
a { background-color: rgb(43,215,56); }
div.DivClassName
{
background-color: #2BD738;
}
.BgClassName
{
background-color: #2BD738;
}
</style>
border-color css
<style>
span { border-color: #2BD738; }
span { border-color: rgb(43,215,56); }
td.TdClassName
{
border-color: #2BD738;
}
.TagClassName
{
border-color: #2BD738;
}
</style>