Shades of Lime Green #3BE52D
Tints of Lime Green #3BE52D
RGB
CMYK
RGB Variations
Color information
#3BE52D (or 0x3BE52D) is known color: Lime Green. HEX triplet: 3B, E5 and 2D. RGB value is (59,229,45). Sum of RGB (Red+Green+Blue) = 59+229+45=333 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.72% from 333); Green value is 229 (89.84% from 255 or 68.77% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE52D is #C41AD2. Grayscale: #9D9D9D. Windows color (decimal): -12851923 or 3007803. OLE color: 3007803.
HSL color Cylindrical-coordinate representation of color #3BE52D: hue angle of 115.43º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3BE52D is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 229 | 45 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.10 |
| HSL | 115.43º | 0.78% | 0.54% | - |
| HSV(B) | 115.43º | 0.8% | 0.9% | - |
| XYZ | 30.3 | 57.16 | 11.92 | - |
| YUV | 157.19 | 64.68 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 229 | 45 | 0.74 | 0 | 0.80 | 0.10 | 115.43 | 0.78 | 0.54 |
| Hex | 3B | E5 | 2D | 4A | 0 | 50 | A | 73 | 4E | 36 |
| Octal | 73 | 345 | 55 | 112 | 0 | 120 | 12 | 163 | 116 | 66 |
| Binary | 111011 | 11100101 | 101101 | 1001010 | 0 | 1010000 | 1010 | 1110011 | 1001110 | 110110 |
Color Harmonies of #3BE52D
Complementary color
Monochromatic Colors of #3BE52D
Black with #3BE52D
Text Example
Text Example
White with #3BE52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE52D; }
p { color: rgb(59,229,45); }
H1.HeaderClassName
{
color: #3BE52D;
}
.AnyTagClassName
{
color: #3BE52D;
}
</style>
background-color css
<style>
a { background-color: #3BE52D; }
a { background-color: rgb(59,229,45); }
div.DivClassName
{
background-color: #3BE52D;
}
.BgClassName
{
background-color: #3BE52D;
}
</style>
border-color css
<style>
span { border-color: #3BE52D; }
span { border-color: rgb(59,229,45); }
td.TdClassName
{
border-color: #3BE52D;
}
.TagClassName
{
border-color: #3BE52D;
}
</style>