Shades of Lime Green #3BAA32
Tints of Lime Green #3BAA32
RGB
CMYK
RGB Variations
Color information
#3BAA32 (or 0x3BAA32) is known color: Lime Green. HEX triplet: 3B, AA and 32. RGB value is (59,170,50). Sum of RGB (Red+Green+Blue) = 59+170+50=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 170 (66.80% from 255 or 60.93% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAA32 is #C455CD. Grayscale: #7B7B7B. Windows color (decimal): -12867022 or 3320379. OLE color: 3320379.
HSL color Cylindrical-coordinate representation of color #3BAA32: hue angle of 115.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BAA32 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 170 | 50 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.33 |
| HSL | 115.5º | 0.55% | 0.43% | - |
| HSV(B) | 115.5º | 0.71% | 0.67% | - |
| XYZ | 16.75 | 29.91 | 7.91 | - |
| YUV | 123.13 | 86.73 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 170 | 50 | 0.65 | 0 | 0.71 | 0.33 | 115.5 | 0.55 | 0.43 |
| Hex | 3B | AA | 32 | 41 | 0 | 47 | 21 | 74 | 37 | 2B |
| Octal | 73 | 252 | 62 | 101 | 0 | 107 | 41 | 164 | 67 | 53 |
| Binary | 111011 | 10101010 | 110010 | 1000001 | 0 | 1000111 | 100001 | 1110100 | 110111 | 101011 |
Color Harmonies of #3BAA32
Complementary color
Monochromatic Colors of #3BAA32
Black with #3BAA32
Text Example
Text Example
White with #3BAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAA32; }
p { color: rgb(59,170,50); }
H1.HeaderClassName
{
color: #3BAA32;
}
.AnyTagClassName
{
color: #3BAA32;
}
</style>
background-color css
<style>
a { background-color: #3BAA32; }
a { background-color: rgb(59,170,50); }
div.DivClassName
{
background-color: #3BAA32;
}
.BgClassName
{
background-color: #3BAA32;
}
</style>
border-color css
<style>
span { border-color: #3BAA32; }
span { border-color: rgb(59,170,50); }
td.TdClassName
{
border-color: #3BAA32;
}
.TagClassName
{
border-color: #3BAA32;
}
</style>