Shades of Lime Green #2BAD3F
Tints of Lime Green #2BAD3F
RGB
CMYK
RGB Variations
Color information
#2BAD3F (or 0x2BAD3F) is known color: Lime Green. HEX triplet: 2B, AD and 3F. RGB value is (43,173,63). Sum of RGB (Red+Green+Blue) = 43+173+63=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 173 (67.97% from 255 or 62.01% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAD3F is #D452C0. Grayscale: #797979. Windows color (decimal): -13914817 or 4173099. OLE color: 4173099.
HSL color Cylindrical-coordinate representation of color #2BAD3F: hue angle of 129.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 #2BAD3F is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 63 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.32 |
| HSL | 129.23º | 0.6% | 0.42% | - |
| HSV(B) | 129.23º | 0.75% | 0.68% | - |
| XYZ | 16.84 | 30.76 | 9.75 | - |
| YUV | 121.59 | 94.93 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 63 | 0.75 | 0 | 0.64 | 0.32 | 129.23 | 0.6 | 0.42 |
| Hex | 2B | AD | 3F | 4B | 0 | 40 | 20 | 81 | 3C | 2A |
| Octal | 53 | 255 | 77 | 113 | 0 | 100 | 40 | 201 | 74 | 52 |
| Binary | 101011 | 10101101 | 111111 | 1001011 | 0 | 1000000 | 100000 | 10000001 | 111100 | 101010 |
Color Harmonies of #2BAD3F
Complementary color
Monochromatic Colors of #2BAD3F
Black with #2BAD3F
Text Example
Text Example
White with #2BAD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAD3F; }
p { color: rgb(43,173,63); }
H1.HeaderClassName
{
color: #2BAD3F;
}
.AnyTagClassName
{
color: #2BAD3F;
}
</style>
background-color css
<style>
a { background-color: #2BAD3F; }
a { background-color: rgb(43,173,63); }
div.DivClassName
{
background-color: #2BAD3F;
}
.BgClassName
{
background-color: #2BAD3F;
}
</style>
border-color css
<style>
span { border-color: #2BAD3F; }
span { border-color: rgb(43,173,63); }
td.TdClassName
{
border-color: #2BAD3F;
}
.TagClassName
{
border-color: #2BAD3F;
}
</style>