Shades of Lime Green #3BAE32
Tints of Lime Green #3BAE32
RGB
CMYK
RGB Variations
Color information
#3BAE32 (or 0x3BAE32) is known color: Lime Green. HEX triplet: 3B, AE and 32. RGB value is (59,174,50). Sum of RGB (Red+Green+Blue) = 59+174+50=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 174 (68.36% from 255 or 61.48% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAE32 is #C451CD. Grayscale: #7D7D7D. Windows color (decimal): -12865998 or 3321403. OLE color: 3321403.
HSL color Cylindrical-coordinate representation of color #3BAE32: hue angle of 115.65º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BAE32 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 50 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.32 |
| HSL | 115.65º | 0.55% | 0.44% | - |
| HSV(B) | 115.65º | 0.71% | 0.68% | - |
| XYZ | 17.52 | 31.43 | 8.16 | - |
| YUV | 125.48 | 85.4 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 50 | 0.66 | 0 | 0.71 | 0.32 | 115.65 | 0.55 | 0.44 |
| Hex | 3B | AE | 32 | 42 | 0 | 47 | 20 | 74 | 37 | 2C |
| Octal | 73 | 256 | 62 | 102 | 0 | 107 | 40 | 164 | 67 | 54 |
| Binary | 111011 | 10101110 | 110010 | 1000010 | 0 | 1000111 | 100000 | 1110100 | 110111 | 101100 |
Color Harmonies of #3BAE32
Complementary color
Monochromatic Colors of #3BAE32
Black with #3BAE32
Text Example
Text Example
White with #3BAE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAE32; }
p { color: rgb(59,174,50); }
H1.HeaderClassName
{
color: #3BAE32;
}
.AnyTagClassName
{
color: #3BAE32;
}
</style>
background-color css
<style>
a { background-color: #3BAE32; }
a { background-color: rgb(59,174,50); }
div.DivClassName
{
background-color: #3BAE32;
}
.BgClassName
{
background-color: #3BAE32;
}
</style>
border-color css
<style>
span { border-color: #3BAE32; }
span { border-color: rgb(59,174,50); }
td.TdClassName
{
border-color: #3BAE32;
}
.TagClassName
{
border-color: #3BAE32;
}
</style>