Shades of Lime Green #3BE532
Tints of Lime Green #3BE532
RGB
CMYK
RGB Variations
Color information
#3BE532 (or 0x3BE532) is known color: Lime Green. HEX triplet: 3B, E5 and 32. RGB value is (59,229,50). Sum of RGB (Red+Green+Blue) = 59+229+50=338 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.46% from 338); Green value is 229 (89.84% from 255 or 67.75% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE532 is #C41ACD. Grayscale: #9E9E9E. Windows color (decimal): -12851918 or 3335483. OLE color: 3335483.
HSL color Cylindrical-coordinate representation of color #3BE532: hue angle of 116.98º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3BE532 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 229 | 50 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.10 |
| HSL | 116.98º | 0.77% | 0.55% | - |
| HSV(B) | 116.98º | 0.78% | 0.9% | - |
| XYZ | 30.4 | 57.2 | 12.46 | - |
| YUV | 157.76 | 67.18 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 229 | 50 | 0.74 | 0 | 0.78 | 0.10 | 116.98 | 0.77 | 0.55 |
| Hex | 3B | E5 | 32 | 4A | 0 | 4E | A | 75 | 4D | 37 |
| Octal | 73 | 345 | 62 | 112 | 0 | 116 | 12 | 165 | 115 | 67 |
| Binary | 111011 | 11100101 | 110010 | 1001010 | 0 | 1001110 | 1010 | 1110101 | 1001101 | 110111 |
Color Harmonies of #3BE532
Complementary color
Monochromatic Colors of #3BE532
Black with #3BE532
Text Example
Text Example
White with #3BE532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE532; }
p { color: rgb(59,229,50); }
H1.HeaderClassName
{
color: #3BE532;
}
.AnyTagClassName
{
color: #3BE532;
}
</style>
background-color css
<style>
a { background-color: #3BE532; }
a { background-color: rgb(59,229,50); }
div.DivClassName
{
background-color: #3BE532;
}
.BgClassName
{
background-color: #3BE532;
}
</style>
border-color css
<style>
span { border-color: #3BE532; }
span { border-color: rgb(59,229,50); }
td.TdClassName
{
border-color: #3BE532;
}
.TagClassName
{
border-color: #3BE532;
}
</style>