Shades of Lime Green #2BD54D
Tints of Lime Green #2BD54D
RGB
CMYK
RGB Variations
Color information
#2BD54D (or 0x2BD54D) is known color: Lime Green. HEX triplet: 2B, D5 and 4D. RGB value is (43,213,77). Sum of RGB (Red+Green+Blue) = 43+213+77=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 213 (83.59% from 255 or 63.96% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 213 - color contains mainly: green. Hex color #2BD54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD54D is #D42AB2. Grayscale: #939393. Windows color (decimal): -13904563 or 5100843. OLE color: 5100843.
HSL color Cylindrical-coordinate representation of color #2BD54D: hue angle of 132º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD54D is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 213 | 77 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.16 |
| HSL | 132º | 0.67% | 0.5% | - |
| HSV(B) | 132º | 0.8% | 0.84% | - |
| XYZ | 26.13 | 48.64 | 15.03 | - |
| YUV | 146.67 | 88.68 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 213 | 77 | 0.80 | 0 | 0.64 | 0.16 | 132 | 0.67 | 0.5 |
| Hex | 2B | D5 | 4D | 50 | 0 | 40 | 10 | 84 | 43 | 32 |
| Octal | 53 | 325 | 115 | 120 | 0 | 100 | 20 | 204 | 103 | 62 |
| Binary | 101011 | 11010101 | 1001101 | 1010000 | 0 | 1000000 | 10000 | 10000100 | 1000011 | 110010 |
Color Harmonies of #2BD54D
Complementary color
Monochromatic Colors of #2BD54D
Black with #2BD54D
Text Example
Text Example
White with #2BD54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD54D; }
p { color: rgb(43,213,77); }
H1.HeaderClassName
{
color: #2BD54D;
}
.AnyTagClassName
{
color: #2BD54D;
}
</style>
background-color css
<style>
a { background-color: #2BD54D; }
a { background-color: rgb(43,213,77); }
div.DivClassName
{
background-color: #2BD54D;
}
.BgClassName
{
background-color: #2BD54D;
}
</style>
border-color css
<style>
span { border-color: #2BD54D; }
span { border-color: rgb(43,213,77); }
td.TdClassName
{
border-color: #2BD54D;
}
.TagClassName
{
border-color: #2BD54D;
}
</style>