Shades of Lime Green #3AD94A
Tints of Lime Green #3AD94A
RGB
CMYK
RGB Variations
Color information
#3AD94A (or 0x3AD94A) is known color: Lime Green. HEX triplet: 3A, D9 and 4A. RGB value is (58,217,74). Sum of RGB (Red+Green+Blue) = 58+217+74=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 217 (85.16% from 255 or 62.18% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD94A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD94A is #C526B5. Grayscale: #999999. Windows color (decimal): -12920502 or 4905274. OLE color: 4905274.
HSL color Cylindrical-coordinate representation of color #3AD94A: hue angle of 126.04º degrees, saturation: 0.68, 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 #3AD94A is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 74 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.15 |
| HSL | 126.04º | 0.68% | 0.54% | - |
| HSV(B) | 126.04º | 0.73% | 0.85% | - |
| XYZ | 27.79 | 51.02 | 14.86 | - |
| YUV | 153.16 | 83.32 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 74 | 0.73 | 0 | 0.66 | 0.15 | 126.04 | 0.68 | 0.54 |
| Hex | 3A | D9 | 4A | 49 | 0 | 42 | F | 7E | 44 | 36 |
| Octal | 72 | 331 | 112 | 111 | 0 | 102 | 17 | 176 | 104 | 66 |
| Binary | 111010 | 11011001 | 1001010 | 1001001 | 0 | 1000010 | 1111 | 1111110 | 1000100 | 110110 |
Color Harmonies of #3AD94A
Complementary color
Monochromatic Colors of #3AD94A
Black with #3AD94A
Text Example
Text Example
White with #3AD94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD94A; }
p { color: rgb(58,217,74); }
H1.HeaderClassName
{
color: #3AD94A;
}
.AnyTagClassName
{
color: #3AD94A;
}
</style>
background-color css
<style>
a { background-color: #3AD94A; }
a { background-color: rgb(58,217,74); }
div.DivClassName
{
background-color: #3AD94A;
}
.BgClassName
{
background-color: #3AD94A;
}
</style>
border-color css
<style>
span { border-color: #3AD94A; }
span { border-color: rgb(58,217,74); }
td.TdClassName
{
border-color: #3AD94A;
}
.TagClassName
{
border-color: #3AD94A;
}
</style>