Shades of Lime Green #2BAD3C
Tints of Lime Green #2BAD3C
RGB
CMYK
RGB Variations
Color information
#2BAD3C (or 0x2BAD3C) is known color: Lime Green. HEX triplet: 2B, AD and 3C. RGB value is (43,173,60). Sum of RGB (Red+Green+Blue) = 43+173+60=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 173 (67.97% from 255 or 62.68% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAD3C is #D452C3. Grayscale: #797979. Windows color (decimal): -13914820 or 3976491. OLE color: 3976491.
HSL color Cylindrical-coordinate representation of color #2BAD3C: hue angle of 127.85º 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 #2BAD3C is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 60 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.32 |
| HSL | 127.85º | 0.6% | 0.42% | - |
| HSV(B) | 127.85º | 0.75% | 0.68% | - |
| XYZ | 16.76 | 30.73 | 9.32 | - |
| YUV | 121.25 | 93.43 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 60 | 0.75 | 0 | 0.65 | 0.32 | 127.85 | 0.6 | 0.42 |
| Hex | 2B | AD | 3C | 4B | 0 | 41 | 20 | 80 | 3C | 2A |
| Octal | 53 | 255 | 74 | 113 | 0 | 101 | 40 | 200 | 74 | 52 |
| Binary | 101011 | 10101101 | 111100 | 1001011 | 0 | 1000001 | 100000 | 10000000 | 111100 | 101010 |
Color Harmonies of #2BAD3C
Complementary color
Monochromatic Colors of #2BAD3C
Black with #2BAD3C
Text Example
Text Example
White with #2BAD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAD3C; }
p { color: rgb(43,173,60); }
H1.HeaderClassName
{
color: #2BAD3C;
}
.AnyTagClassName
{
color: #2BAD3C;
}
</style>
background-color css
<style>
a { background-color: #2BAD3C; }
a { background-color: rgb(43,173,60); }
div.DivClassName
{
background-color: #2BAD3C;
}
.BgClassName
{
background-color: #2BAD3C;
}
</style>
border-color css
<style>
span { border-color: #2BAD3C; }
span { border-color: rgb(43,173,60); }
td.TdClassName
{
border-color: #2BAD3C;
}
.TagClassName
{
border-color: #2BAD3C;
}
</style>