Shades of Lime Green #2BAD32
Tints of Lime Green #2BAD32
RGB
CMYK
RGB Variations
Color information
#2BAD32 (or 0x2BAD32) is known color: Lime Green. HEX triplet: 2B, AD and 32. RGB value is (43,173,50). Sum of RGB (Red+Green+Blue) = 43+173+50=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 173 (67.97% from 255 or 65.04% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAD32 is #D452CD. Grayscale: #787878. Windows color (decimal): -13914830 or 3321131. OLE color: 3321131.
HSL color Cylindrical-coordinate representation of color #2BAD32: hue angle of 123.23º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAD32 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 50 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.32 |
| HSL | 123.23º | 0.6% | 0.42% | - |
| HSV(B) | 123.23º | 0.75% | 0.68% | - |
| XYZ | 16.52 | 30.63 | 8.06 | - |
| YUV | 120.11 | 88.43 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 50 | 0.75 | 0 | 0.71 | 0.32 | 123.23 | 0.6 | 0.42 |
| Hex | 2B | AD | 32 | 4B | 0 | 47 | 20 | 7B | 3C | 2A |
| Octal | 53 | 255 | 62 | 113 | 0 | 107 | 40 | 173 | 74 | 52 |
| Binary | 101011 | 10101101 | 110010 | 1001011 | 0 | 1000111 | 100000 | 1111011 | 111100 | 101010 |
Color Harmonies of #2BAD32
Complementary color
Monochromatic Colors of #2BAD32
Black with #2BAD32
Text Example
Text Example
White with #2BAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAD32; }
p { color: rgb(43,173,50); }
H1.HeaderClassName
{
color: #2BAD32;
}
.AnyTagClassName
{
color: #2BAD32;
}
</style>
background-color css
<style>
a { background-color: #2BAD32; }
a { background-color: rgb(43,173,50); }
div.DivClassName
{
background-color: #2BAD32;
}
.BgClassName
{
background-color: #2BAD32;
}
</style>
border-color css
<style>
span { border-color: #2BAD32; }
span { border-color: rgb(43,173,50); }
td.TdClassName
{
border-color: #2BAD32;
}
.TagClassName
{
border-color: #2BAD32;
}
</style>