Shades of Lime Green #3AD44A
Tints of Lime Green #3AD44A
RGB
CMYK
RGB Variations
Color information
#3AD44A (or 0x3AD44A) is known color: Lime Green. HEX triplet: 3A, D4 and 4A. RGB value is (58,212,74). Sum of RGB (Red+Green+Blue) = 58+212+74=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 212 (83.20% from 255 or 61.63% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD44A is #C52BB5. Grayscale: #969696. Windows color (decimal): -12921782 or 4903994. OLE color: 4903994.
HSL color Cylindrical-coordinate representation of color #3AD44A: hue angle of 126.23º 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 #3AD44A is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 74 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.17 |
| HSL | 126.23º | 0.64% | 0.53% | - |
| HSV(B) | 126.23º | 0.73% | 0.83% | - |
| XYZ | 26.52 | 48.48 | 14.44 | - |
| YUV | 150.22 | 84.98 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 74 | 0.73 | 0 | 0.65 | 0.17 | 126.23 | 0.64 | 0.53 |
| Hex | 3A | D4 | 4A | 49 | 0 | 41 | 11 | 7E | 40 | 35 |
| Octal | 72 | 324 | 112 | 111 | 0 | 101 | 21 | 176 | 100 | 65 |
| Binary | 111010 | 11010100 | 1001010 | 1001001 | 0 | 1000001 | 10001 | 1111110 | 1000000 | 110101 |
Color Harmonies of #3AD44A
Complementary color
Monochromatic Colors of #3AD44A
Black with #3AD44A
Text Example
Text Example
White with #3AD44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD44A; }
p { color: rgb(58,212,74); }
H1.HeaderClassName
{
color: #3AD44A;
}
.AnyTagClassName
{
color: #3AD44A;
}
</style>
background-color css
<style>
a { background-color: #3AD44A; }
a { background-color: rgb(58,212,74); }
div.DivClassName
{
background-color: #3AD44A;
}
.BgClassName
{
background-color: #3AD44A;
}
</style>
border-color css
<style>
span { border-color: #3AD44A; }
span { border-color: rgb(58,212,74); }
td.TdClassName
{
border-color: #3AD44A;
}
.TagClassName
{
border-color: #3AD44A;
}
</style>