Shades of Lime Green #3AD454
Tints of Lime Green #3AD454
RGB
CMYK
RGB Variations
Color information
#3AD454 (or 0x3AD454) is known color: Lime Green. HEX triplet: 3A, D4 and 54. RGB value is (58,212,84). Sum of RGB (Red+Green+Blue) = 58+212+84=354 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.38% from 354); Green value is 212 (83.20% from 255 or 59.89% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD454 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD454 is #C52BAB. Grayscale: #979797. Windows color (decimal): -12921772 or 5559354. OLE color: 5559354.
HSL color Cylindrical-coordinate representation of color #3AD454: hue angle of 130.13º 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 #3AD454 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 84 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.17 |
| HSL | 130.13º | 0.64% | 0.53% | - |
| HSV(B) | 130.13º | 0.73% | 0.83% | - |
| XYZ | 26.89 | 48.63 | 16.36 | - |
| YUV | 151.36 | 89.98 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 84 | 0.73 | 0 | 0.60 | 0.17 | 130.13 | 0.64 | 0.53 |
| Hex | 3A | D4 | 54 | 49 | 0 | 3C | 11 | 82 | 40 | 35 |
| Octal | 72 | 324 | 124 | 111 | 0 | 74 | 21 | 202 | 100 | 65 |
| Binary | 111010 | 11010100 | 1010100 | 1001001 | 0 | 111100 | 10001 | 10000010 | 1000000 | 110101 |
Color Harmonies of #3AD454
Complementary color
Monochromatic Colors of #3AD454
Black with #3AD454
Text Example
Text Example
White with #3AD454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD454; }
p { color: rgb(58,212,84); }
H1.HeaderClassName
{
color: #3AD454;
}
.AnyTagClassName
{
color: #3AD454;
}
</style>
background-color css
<style>
a { background-color: #3AD454; }
a { background-color: rgb(58,212,84); }
div.DivClassName
{
background-color: #3AD454;
}
.BgClassName
{
background-color: #3AD454;
}
</style>
border-color css
<style>
span { border-color: #3AD454; }
span { border-color: rgb(58,212,84); }
td.TdClassName
{
border-color: #3AD454;
}
.TagClassName
{
border-color: #3AD454;
}
</style>