Shades of Lime Green #3BE54D
Tints of Lime Green #3BE54D
RGB
CMYK
RGB Variations
Color information
#3BE54D (or 0x3BE54D) is known color: Lime Green. HEX triplet: 3B, E5 and 4D. RGB value is (59,229,77). Sum of RGB (Red+Green+Blue) = 59+229+77=365 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.16% from 365); Green value is 229 (89.84% from 255 or 62.74% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BE54D is #C41AB2. Grayscale: #A1A1A1. Windows color (decimal): -12851891 or 5104955. OLE color: 5104955.
HSL color Cylindrical-coordinate representation of color #3BE54D: hue angle of 126.35º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE54D is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 229 | 77 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.10 |
| HSL | 126.35º | 0.77% | 0.56% | - |
| HSV(B) | 126.35º | 0.74% | 0.9% | - |
| XYZ | 31.16 | 57.5 | 16.48 | - |
| YUV | 160.84 | 80.68 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 229 | 77 | 0.74 | 0 | 0.66 | 0.10 | 126.35 | 0.77 | 0.56 |
| Hex | 3B | E5 | 4D | 4A | 0 | 42 | A | 7E | 4D | 38 |
| Octal | 73 | 345 | 115 | 112 | 0 | 102 | 12 | 176 | 115 | 70 |
| Binary | 111011 | 11100101 | 1001101 | 1001010 | 0 | 1000010 | 1010 | 1111110 | 1001101 | 111000 |
Color Harmonies of #3BE54D
Complementary color
Monochromatic Colors of #3BE54D
Black with #3BE54D
Text Example
Text Example
White with #3BE54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE54D; }
p { color: rgb(59,229,77); }
H1.HeaderClassName
{
color: #3BE54D;
}
.AnyTagClassName
{
color: #3BE54D;
}
</style>
background-color css
<style>
a { background-color: #3BE54D; }
a { background-color: rgb(59,229,77); }
div.DivClassName
{
background-color: #3BE54D;
}
.BgClassName
{
background-color: #3BE54D;
}
</style>
border-color css
<style>
span { border-color: #3BE54D; }
span { border-color: rgb(59,229,77); }
td.TdClassName
{
border-color: #3BE54D;
}
.TagClassName
{
border-color: #3BE54D;
}
</style>