Shades of Lime Green #3AC752
Tints of Lime Green #3AC752
RGB
CMYK
RGB Variations
Color information
#3AC752 (or 0x3AC752) is known color: Lime Green. HEX triplet: 3A, C7 and 52. RGB value is (58,199,82). Sum of RGB (Red+Green+Blue) = 58+199+82=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 199 (78.12% from 255 or 58.70% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 199 - color contains mainly: green. Hex color #3AC752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC752 is #C538AD. Grayscale: #8F8F8F. Windows color (decimal): -12925102 or 5424954. OLE color: 5424954.
HSL color Cylindrical-coordinate representation of color #3AC752: hue angle of 130.21º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC752 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 199 | 82 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.22 |
| HSL | 130.21º | 0.56% | 0.5% | - |
| HSV(B) | 130.21º | 0.71% | 0.78% | - |
| XYZ | 23.69 | 42.36 | 14.91 | - |
| YUV | 143.5 | 93.29 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 199 | 82 | 0.71 | 0 | 0.59 | 0.22 | 130.21 | 0.56 | 0.5 |
| Hex | 3A | C7 | 52 | 47 | 0 | 3B | 16 | 82 | 38 | 32 |
| Octal | 72 | 307 | 122 | 107 | 0 | 73 | 26 | 202 | 70 | 62 |
| Binary | 111010 | 11000111 | 1010010 | 1000111 | 0 | 111011 | 10110 | 10000010 | 111000 | 110010 |
Color Harmonies of #3AC752
Complementary color
Monochromatic Colors of #3AC752
Black with #3AC752
Text Example
Text Example
White with #3AC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC752; }
p { color: rgb(58,199,82); }
H1.HeaderClassName
{
color: #3AC752;
}
.AnyTagClassName
{
color: #3AC752;
}
</style>
background-color css
<style>
a { background-color: #3AC752; }
a { background-color: rgb(58,199,82); }
div.DivClassName
{
background-color: #3AC752;
}
.BgClassName
{
background-color: #3AC752;
}
</style>
border-color css
<style>
span { border-color: #3AC752; }
span { border-color: rgb(58,199,82); }
td.TdClassName
{
border-color: #3AC752;
}
.TagClassName
{
border-color: #3AC752;
}
</style>