Shades of Lime Green #3BE752
Tints of Lime Green #3BE752
RGB
CMYK
RGB Variations
Color information
#3BE752 (or 0x3BE752) is known color: Lime Green. HEX triplet: 3B, E7 and 52. RGB value is (59,231,82). Sum of RGB (Red+Green+Blue) = 59+231+82=372 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.86% from 372); Green value is 231 (90.62% from 255 or 62.10% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 231 - color contains mainly: green. Hex color #3BE752 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BE752 is #C418AD. Grayscale: #A3A3A3. Windows color (decimal): -12851374 or 5433147. OLE color: 5433147.
HSL color Cylindrical-coordinate representation of color #3BE752: hue angle of 128.02º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE752 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 231 | 82 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.09 |
| HSL | 128.02º | 0.78% | 0.57% | - |
| HSV(B) | 128.02º | 0.74% | 0.91% | - |
| XYZ | 31.9 | 58.69 | 17.63 | - |
| YUV | 162.59 | 82.52 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 231 | 82 | 0.74 | 0 | 0.65 | 0.09 | 128.02 | 0.78 | 0.57 |
| Hex | 3B | E7 | 52 | 4A | 0 | 41 | 9 | 80 | 4E | 39 |
| Octal | 73 | 347 | 122 | 112 | 0 | 101 | 11 | 200 | 116 | 71 |
| Binary | 111011 | 11100111 | 1010010 | 1001010 | 0 | 1000001 | 1001 | 10000000 | 1001110 | 111001 |
Color Harmonies of #3BE752
Complementary color
Monochromatic Colors of #3BE752
Black with #3BE752
Text Example
Text Example
White with #3BE752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE752; }
p { color: rgb(59,231,82); }
H1.HeaderClassName
{
color: #3BE752;
}
.AnyTagClassName
{
color: #3BE752;
}
</style>
background-color css
<style>
a { background-color: #3BE752; }
a { background-color: rgb(59,231,82); }
div.DivClassName
{
background-color: #3BE752;
}
.BgClassName
{
background-color: #3BE752;
}
</style>
border-color css
<style>
span { border-color: #3BE752; }
span { border-color: rgb(59,231,82); }
td.TdClassName
{
border-color: #3BE752;
}
.TagClassName
{
border-color: #3BE752;
}
</style>