Shades of Lime Green #2BD44C
Tints of Lime Green #2BD44C
RGB
CMYK
RGB Variations
Color information
#2BD44C (or 0x2BD44C) is known color: Lime Green. HEX triplet: 2B, D4 and 4C. RGB value is (43,212,76). Sum of RGB (Red+Green+Blue) = 43+212+76=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 212 (83.20% from 255 or 64.05% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 212 - color contains mainly: green. Hex color #2BD44C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD44C is #D42BB3. Grayscale: #929292. Windows color (decimal): -13904820 or 5035051. OLE color: 5035051.
HSL color Cylindrical-coordinate representation of color #2BD44C: hue angle of 131.72º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD44C is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 212 | 76 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.17 |
| HSL | 131.72º | 0.66% | 0.5% | - |
| HSV(B) | 131.72º | 0.8% | 0.83% | - |
| XYZ | 25.84 | 48.12 | 14.76 | - |
| YUV | 145.97 | 88.51 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 212 | 76 | 0.80 | 0 | 0.64 | 0.17 | 131.72 | 0.66 | 0.5 |
| Hex | 2B | D4 | 4C | 50 | 0 | 40 | 11 | 84 | 42 | 32 |
| Octal | 53 | 324 | 114 | 120 | 0 | 100 | 21 | 204 | 102 | 62 |
| Binary | 101011 | 11010100 | 1001100 | 1010000 | 0 | 1000000 | 10001 | 10000100 | 1000010 | 110010 |
Color Harmonies of #2BD44C
Complementary color
Monochromatic Colors of #2BD44C
Black with #2BD44C
Text Example
Text Example
White with #2BD44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD44C; }
p { color: rgb(43,212,76); }
H1.HeaderClassName
{
color: #2BD44C;
}
.AnyTagClassName
{
color: #2BD44C;
}
</style>
background-color css
<style>
a { background-color: #2BD44C; }
a { background-color: rgb(43,212,76); }
div.DivClassName
{
background-color: #2BD44C;
}
.BgClassName
{
background-color: #2BD44C;
}
</style>
border-color css
<style>
span { border-color: #2BD44C; }
span { border-color: rgb(43,212,76); }
td.TdClassName
{
border-color: #2BD44C;
}
.TagClassName
{
border-color: #2BD44C;
}
</style>