Shades of Lime Green #3AD852
Tints of Lime Green #3AD852
RGB
CMYK
RGB Variations
Color information
#3AD852 (or 0x3AD852) is known color: Lime Green. HEX triplet: 3A, D8 and 52. RGB value is (58,216,82). Sum of RGB (Red+Green+Blue) = 58+216+82=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 216 (84.77% from 255 or 60.67% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD852 is #C527AD. Grayscale: #999999. Windows color (decimal): -12920750 or 5429306. OLE color: 5429306.
HSL color Cylindrical-coordinate representation of color #3AD852: hue angle of 129.11º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD852 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 82 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.15 |
| HSL | 129.11º | 0.67% | 0.54% | - |
| HSV(B) | 129.11º | 0.73% | 0.85% | - |
| XYZ | 27.82 | 50.62 | 16.29 | - |
| YUV | 153.48 | 87.65 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 82 | 0.73 | 0 | 0.62 | 0.15 | 129.11 | 0.67 | 0.54 |
| Hex | 3A | D8 | 52 | 49 | 0 | 3E | F | 81 | 43 | 36 |
| Octal | 72 | 330 | 122 | 111 | 0 | 76 | 17 | 201 | 103 | 66 |
| Binary | 111010 | 11011000 | 1010010 | 1001001 | 0 | 111110 | 1111 | 10000001 | 1000011 | 110110 |
Color Harmonies of #3AD852
Complementary color
Monochromatic Colors of #3AD852
Black with #3AD852
Text Example
Text Example
White with #3AD852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD852; }
p { color: rgb(58,216,82); }
H1.HeaderClassName
{
color: #3AD852;
}
.AnyTagClassName
{
color: #3AD852;
}
</style>
background-color css
<style>
a { background-color: #3AD852; }
a { background-color: rgb(58,216,82); }
div.DivClassName
{
background-color: #3AD852;
}
.BgClassName
{
background-color: #3AD852;
}
</style>
border-color css
<style>
span { border-color: #3AD852; }
span { border-color: rgb(58,216,82); }
td.TdClassName
{
border-color: #3AD852;
}
.TagClassName
{
border-color: #3AD852;
}
</style>