Shades of Lime Green #2BDC4A
Tints of Lime Green #2BDC4A
RGB
CMYK
RGB Variations
Color information
#2BDC4A (or 0x2BDC4A) is known color: Lime Green. HEX triplet: 2B, DC and 4A. RGB value is (43,220,74). Sum of RGB (Red+Green+Blue) = 43+220+74=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDC4A is #D423B5. Grayscale: #969696. Windows color (decimal): -13902774 or 4906027. OLE color: 4906027.
HSL color Cylindrical-coordinate representation of color #2BDC4A: hue angle of 130.51º 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 #2BDC4A is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 74 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.14 |
| HSL | 130.51º | 0.72% | 0.52% | - |
| HSV(B) | 130.51º | 0.8% | 0.86% | - |
| XYZ | 27.83 | 52.19 | 15.09 | - |
| YUV | 150.43 | 84.86 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 74 | 0.80 | 0 | 0.66 | 0.14 | 130.51 | 0.72 | 0.52 |
| Hex | 2B | DC | 4A | 50 | 0 | 42 | E | 83 | 48 | 34 |
| Octal | 53 | 334 | 112 | 120 | 0 | 102 | 16 | 203 | 110 | 64 |
| Binary | 101011 | 11011100 | 1001010 | 1010000 | 0 | 1000010 | 1110 | 10000011 | 1001000 | 110100 |
Color Harmonies of #2BDC4A
Complementary color
Monochromatic Colors of #2BDC4A
Black with #2BDC4A
Text Example
Text Example
White with #2BDC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDC4A; }
p { color: rgb(43,220,74); }
H1.HeaderClassName
{
color: #2BDC4A;
}
.AnyTagClassName
{
color: #2BDC4A;
}
</style>
background-color css
<style>
a { background-color: #2BDC4A; }
a { background-color: rgb(43,220,74); }
div.DivClassName
{
background-color: #2BDC4A;
}
.BgClassName
{
background-color: #2BDC4A;
}
</style>
border-color css
<style>
span { border-color: #2BDC4A; }
span { border-color: rgb(43,220,74); }
td.TdClassName
{
border-color: #2BDC4A;
}
.TagClassName
{
border-color: #2BDC4A;
}
</style>