Shades of Lime Green #3AD455
Tints of Lime Green #3AD455
RGB
CMYK
RGB Variations
Color information
#3AD455 (or 0x3AD455) is known color: Lime Green. HEX triplet: 3A, D4 and 55. RGB value is (58,212,85). Sum of RGB (Red+Green+Blue) = 58+212+85=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 212 (83.20% from 255 or 59.72% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD455 is #C52BAA. Grayscale: #979797. Windows color (decimal): -12921771 or 5624890. OLE color: 5624890.
HSL color Cylindrical-coordinate representation of color #3AD455: hue angle of 130.52º 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 #3AD455 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 85 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.17 |
| HSL | 130.52º | 0.64% | 0.53% | - |
| HSV(B) | 130.52º | 0.73% | 0.83% | - |
| XYZ | 26.93 | 48.64 | 16.56 | - |
| YUV | 151.48 | 90.48 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 85 | 0.73 | 0 | 0.60 | 0.17 | 130.52 | 0.64 | 0.53 |
| Hex | 3A | D4 | 55 | 49 | 0 | 3C | 11 | 83 | 40 | 35 |
| Octal | 72 | 324 | 125 | 111 | 0 | 74 | 21 | 203 | 100 | 65 |
| Binary | 111010 | 11010100 | 1010101 | 1001001 | 0 | 111100 | 10001 | 10000011 | 1000000 | 110101 |
Color Harmonies of #3AD455
Complementary color
Monochromatic Colors of #3AD455
Black with #3AD455
Text Example
Text Example
White with #3AD455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD455; }
p { color: rgb(58,212,85); }
H1.HeaderClassName
{
color: #3AD455;
}
.AnyTagClassName
{
color: #3AD455;
}
</style>
background-color css
<style>
a { background-color: #3AD455; }
a { background-color: rgb(58,212,85); }
div.DivClassName
{
background-color: #3AD455;
}
.BgClassName
{
background-color: #3AD455;
}
</style>
border-color css
<style>
span { border-color: #3AD455; }
span { border-color: rgb(58,212,85); }
td.TdClassName
{
border-color: #3AD455;
}
.TagClassName
{
border-color: #3AD455;
}
</style>