Shades of Lime Green #3AD452
Tints of Lime Green #3AD452
RGB
CMYK
RGB Variations
Color information
#3AD452 (or 0x3AD452) is known color: Lime Green. HEX triplet: 3A, D4 and 52. RGB value is (58,212,82). Sum of RGB (Red+Green+Blue) = 58+212+82=352 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.48% from 352); Green value is 212 (83.20% from 255 or 60.23% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD452 is #C52BAD. Grayscale: #979797. Windows color (decimal): -12921774 or 5428282. OLE color: 5428282.
HSL color Cylindrical-coordinate representation of color #3AD452: hue angle of 129.35º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD452 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 82 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.17 |
| HSL | 129.35º | 0.64% | 0.53% | - |
| HSV(B) | 129.35º | 0.73% | 0.83% | - |
| XYZ | 26.81 | 48.6 | 15.95 | - |
| YUV | 151.13 | 88.98 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 82 | 0.73 | 0 | 0.61 | 0.17 | 129.35 | 0.64 | 0.53 |
| Hex | 3A | D4 | 52 | 49 | 0 | 3D | 11 | 81 | 40 | 35 |
| Octal | 72 | 324 | 122 | 111 | 0 | 75 | 21 | 201 | 100 | 65 |
| Binary | 111010 | 11010100 | 1010010 | 1001001 | 0 | 111101 | 10001 | 10000001 | 1000000 | 110101 |
Color Harmonies of #3AD452
Complementary color
Monochromatic Colors of #3AD452
Black with #3AD452
Text Example
Text Example
White with #3AD452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD452; }
p { color: rgb(58,212,82); }
H1.HeaderClassName
{
color: #3AD452;
}
.AnyTagClassName
{
color: #3AD452;
}
</style>
background-color css
<style>
a { background-color: #3AD452; }
a { background-color: rgb(58,212,82); }
div.DivClassName
{
background-color: #3AD452;
}
.BgClassName
{
background-color: #3AD452;
}
</style>
border-color css
<style>
span { border-color: #3AD452; }
span { border-color: rgb(58,212,82); }
td.TdClassName
{
border-color: #3AD452;
}
.TagClassName
{
border-color: #3AD452;
}
</style>