Shades of Lime Green #2BDA49
Tints of Lime Green #2BDA49
RGB
CMYK
RGB Variations
Color information
#2BDA49 (or 0x2BDA49) is known color: Lime Green. HEX triplet: 2B, DA and 49. RGB value is (43,218,73). Sum of RGB (Red+Green+Blue) = 43+218+73=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 218 (85.55% from 255 or 65.27% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDA49 is #D425B6. Grayscale: #959595. Windows color (decimal): -13903287 or 4839979. OLE color: 4839979.
HSL color Cylindrical-coordinate representation of color #2BDA49: hue angle of 130.29º degrees, saturation: 0.7, 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 #2BDA49 is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 73 | - |
| CMYK | 0.80 | 0 | 0.67 | 0.15 |
| HSL | 130.29º | 0.7% | 0.51% | - |
| HSV(B) | 130.29º | 0.8% | 0.85% | - |
| XYZ | 27.27 | 51.14 | 14.74 | - |
| YUV | 149.15 | 85.02 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 73 | 0.80 | 0 | 0.67 | 0.15 | 130.29 | 0.7 | 0.51 |
| Hex | 2B | DA | 49 | 50 | 0 | 43 | F | 82 | 46 | 33 |
| Octal | 53 | 332 | 111 | 120 | 0 | 103 | 17 | 202 | 106 | 63 |
| Binary | 101011 | 11011010 | 1001001 | 1010000 | 0 | 1000011 | 1111 | 10000010 | 1000110 | 110011 |
Color Harmonies of #2BDA49
Complementary color
Monochromatic Colors of #2BDA49
Black with #2BDA49
Text Example
Text Example
White with #2BDA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA49; }
p { color: rgb(43,218,73); }
H1.HeaderClassName
{
color: #2BDA49;
}
.AnyTagClassName
{
color: #2BDA49;
}
</style>
background-color css
<style>
a { background-color: #2BDA49; }
a { background-color: rgb(43,218,73); }
div.DivClassName
{
background-color: #2BDA49;
}
.BgClassName
{
background-color: #2BDA49;
}
</style>
border-color css
<style>
span { border-color: #2BDA49; }
span { border-color: rgb(43,218,73); }
td.TdClassName
{
border-color: #2BDA49;
}
.TagClassName
{
border-color: #2BDA49;
}
</style>