Shades of Lime Green #2BDC47
Tints of Lime Green #2BDC47
RGB
CMYK
RGB Variations
Color information
#2BDC47 (or 0x2BDC47) is known color: Lime Green. HEX triplet: 2B, DC and 47. RGB value is (43,220,71). Sum of RGB (Red+Green+Blue) = 43+220+71=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 220 (86.33% from 255 or 65.87% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDC47 is #D423B8. Grayscale: #969696. Windows color (decimal): -13902777 or 4709419. OLE color: 4709419.
HSL color Cylindrical-coordinate representation of color #2BDC47: hue angle of 129.49º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDC47 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 71 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.14 |
| HSL | 129.49º | 0.72% | 0.52% | - |
| HSV(B) | 129.49º | 0.8% | 0.86% | - |
| XYZ | 27.73 | 52.15 | 14.57 | - |
| YUV | 150.09 | 83.36 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 71 | 0.80 | 0 | 0.68 | 0.14 | 129.49 | 0.72 | 0.52 |
| Hex | 2B | DC | 47 | 50 | 0 | 44 | E | 81 | 48 | 34 |
| Octal | 53 | 334 | 107 | 120 | 0 | 104 | 16 | 201 | 110 | 64 |
| Binary | 101011 | 11011100 | 1000111 | 1010000 | 0 | 1000100 | 1110 | 10000001 | 1001000 | 110100 |
Color Harmonies of #2BDC47
Complementary color
Monochromatic Colors of #2BDC47
Black with #2BDC47
Text Example
Text Example
White with #2BDC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDC47; }
p { color: rgb(43,220,71); }
H1.HeaderClassName
{
color: #2BDC47;
}
.AnyTagClassName
{
color: #2BDC47;
}
</style>
background-color css
<style>
a { background-color: #2BDC47; }
a { background-color: rgb(43,220,71); }
div.DivClassName
{
background-color: #2BDC47;
}
.BgClassName
{
background-color: #2BDC47;
}
</style>
border-color css
<style>
span { border-color: #2BDC47; }
span { border-color: rgb(43,220,71); }
td.TdClassName
{
border-color: #2BDC47;
}
.TagClassName
{
border-color: #2BDC47;
}
</style>