Shades of Lime Green #3BE82D
Tints of Lime Green #3BE82D
RGB
CMYK
RGB Variations
Color information
#3BE82D (or 0x3BE82D) is known color: Lime Green. HEX triplet: 3B, E8 and 2D. RGB value is (59,232,45). Sum of RGB (Red+Green+Blue) = 59+232+45=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 232 (91.02% from 255 or 69.05% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 232 - color contains mainly: green. Hex color #3BE82D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BE82D is #C417D2. Grayscale: #9F9F9F. Windows color (decimal): -12851155 or 3008571. OLE color: 3008571.
HSL color Cylindrical-coordinate representation of color #3BE82D: hue angle of 115.51º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3BE82D is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 232 | 45 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.09 |
| HSL | 115.51º | 0.8% | 0.54% | - |
| HSV(B) | 115.51º | 0.81% | 0.91% | - |
| XYZ | 31.13 | 58.83 | 12.2 | - |
| YUV | 158.96 | 63.69 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 232 | 45 | 0.75 | 0 | 0.81 | 0.09 | 115.51 | 0.8 | 0.54 |
| Hex | 3B | E8 | 2D | 4B | 0 | 51 | 9 | 74 | 50 | 36 |
| Octal | 73 | 350 | 55 | 113 | 0 | 121 | 11 | 164 | 120 | 66 |
| Binary | 111011 | 11101000 | 101101 | 1001011 | 0 | 1010001 | 1001 | 1110100 | 1010000 | 110110 |
Color Harmonies of #3BE82D
Complementary color
Monochromatic Colors of #3BE82D
Black with #3BE82D
Text Example
Text Example
White with #3BE82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE82D; }
p { color: rgb(59,232,45); }
H1.HeaderClassName
{
color: #3BE82D;
}
.AnyTagClassName
{
color: #3BE82D;
}
</style>
background-color css
<style>
a { background-color: #3BE82D; }
a { background-color: rgb(59,232,45); }
div.DivClassName
{
background-color: #3BE82D;
}
.BgClassName
{
background-color: #3BE82D;
}
</style>
border-color css
<style>
span { border-color: #3BE82D; }
span { border-color: rgb(59,232,45); }
td.TdClassName
{
border-color: #3BE82D;
}
.TagClassName
{
border-color: #3BE82D;
}
</style>