Shades of Lime Green #2BAA3C
Tints of Lime Green #2BAA3C
RGB
CMYK
RGB Variations
Color information
#2BAA3C (or 0x2BAA3C) is known color: Lime Green. HEX triplet: 2B, AA and 3C. RGB value is (43,170,60). Sum of RGB (Red+Green+Blue) = 43+170+60=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 170 (66.80% from 255 or 62.27% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA3C is #D455C3. Grayscale: #777777. Windows color (decimal): -13915588 or 3975723. OLE color: 3975723.
HSL color Cylindrical-coordinate representation of color #2BAA3C: hue angle of 128.03º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAA3C is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 60 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.33 |
| HSL | 128.03º | 0.6% | 0.42% | - |
| HSV(B) | 128.03º | 0.75% | 0.67% | - |
| XYZ | 16.19 | 29.59 | 9.13 | - |
| YUV | 119.49 | 94.42 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 60 | 0.75 | 0 | 0.65 | 0.33 | 128.03 | 0.6 | 0.42 |
| Hex | 2B | AA | 3C | 4B | 0 | 41 | 21 | 80 | 3C | 2A |
| Octal | 53 | 252 | 74 | 113 | 0 | 101 | 41 | 200 | 74 | 52 |
| Binary | 101011 | 10101010 | 111100 | 1001011 | 0 | 1000001 | 100001 | 10000000 | 111100 | 101010 |
Color Harmonies of #2BAA3C
Complementary color
Monochromatic Colors of #2BAA3C
Black with #2BAA3C
Text Example
Text Example
White with #2BAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA3C; }
p { color: rgb(43,170,60); }
H1.HeaderClassName
{
color: #2BAA3C;
}
.AnyTagClassName
{
color: #2BAA3C;
}
</style>
background-color css
<style>
a { background-color: #2BAA3C; }
a { background-color: rgb(43,170,60); }
div.DivClassName
{
background-color: #2BAA3C;
}
.BgClassName
{
background-color: #2BAA3C;
}
</style>
border-color css
<style>
span { border-color: #2BAA3C; }
span { border-color: rgb(43,170,60); }
td.TdClassName
{
border-color: #2BAA3C;
}
.TagClassName
{
border-color: #2BAA3C;
}
</style>