Shades of Lime Green #3AD450
Tints of Lime Green #3AD450
RGB
CMYK
RGB Variations
Color information
#3AD450 (or 0x3AD450) is known color: Lime Green. HEX triplet: 3A, D4 and 50. RGB value is (58,212,80). Sum of RGB (Red+Green+Blue) = 58+212+80=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 212 (83.20% from 255 or 60.57% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD450 is #C52BAF. Grayscale: #979797. Windows color (decimal): -12921776 or 5297210. OLE color: 5297210.
HSL color Cylindrical-coordinate representation of color #3AD450: hue angle of 128.57º 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 #3AD450 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 80 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.17 |
| HSL | 128.57º | 0.64% | 0.53% | - |
| HSV(B) | 128.57º | 0.73% | 0.83% | - |
| XYZ | 26.74 | 48.57 | 15.55 | - |
| YUV | 150.91 | 87.98 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 80 | 0.73 | 0 | 0.62 | 0.17 | 128.57 | 0.64 | 0.53 |
| Hex | 3A | D4 | 50 | 49 | 0 | 3E | 11 | 81 | 40 | 35 |
| Octal | 72 | 324 | 120 | 111 | 0 | 76 | 21 | 201 | 100 | 65 |
| Binary | 111010 | 11010100 | 1010000 | 1001001 | 0 | 111110 | 10001 | 10000001 | 1000000 | 110101 |
Color Harmonies of #3AD450
Complementary color
Monochromatic Colors of #3AD450
Black with #3AD450
Text Example
Text Example
White with #3AD450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD450; }
p { color: rgb(58,212,80); }
H1.HeaderClassName
{
color: #3AD450;
}
.AnyTagClassName
{
color: #3AD450;
}
</style>
background-color css
<style>
a { background-color: #3AD450; }
a { background-color: rgb(58,212,80); }
div.DivClassName
{
background-color: #3AD450;
}
.BgClassName
{
background-color: #3AD450;
}
</style>
border-color css
<style>
span { border-color: #3AD450; }
span { border-color: rgb(58,212,80); }
td.TdClassName
{
border-color: #3AD450;
}
.TagClassName
{
border-color: #3AD450;
}
</style>