Shades of Lime Green #3AD74A
Tints of Lime Green #3AD74A
RGB
CMYK
RGB Variations
Color information
#3AD74A (or 0x3AD74A) is known color: Lime Green. HEX triplet: 3A, D7 and 4A. RGB value is (58,215,74). Sum of RGB (Red+Green+Blue) = 58+215+74=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 215 (84.38% from 255 or 61.96% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD74A is #C528B5. Grayscale: #989898. Windows color (decimal): -12921014 or 4904762. OLE color: 4904762.
HSL color Cylindrical-coordinate representation of color #3AD74A: hue angle of 126.11º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD74A is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 74 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.16 |
| HSL | 126.11º | 0.66% | 0.54% | - |
| HSV(B) | 126.11º | 0.73% | 0.84% | - |
| XYZ | 27.28 | 49.99 | 14.69 | - |
| YUV | 151.98 | 83.99 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 74 | 0.73 | 0 | 0.66 | 0.16 | 126.11 | 0.66 | 0.54 |
| Hex | 3A | D7 | 4A | 49 | 0 | 42 | 10 | 7E | 42 | 36 |
| Octal | 72 | 327 | 112 | 111 | 0 | 102 | 20 | 176 | 102 | 66 |
| Binary | 111010 | 11010111 | 1001010 | 1001001 | 0 | 1000010 | 10000 | 1111110 | 1000010 | 110110 |
Color Harmonies of #3AD74A
Complementary color
Monochromatic Colors of #3AD74A
Black with #3AD74A
Text Example
Text Example
White with #3AD74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD74A; }
p { color: rgb(58,215,74); }
H1.HeaderClassName
{
color: #3AD74A;
}
.AnyTagClassName
{
color: #3AD74A;
}
</style>
background-color css
<style>
a { background-color: #3AD74A; }
a { background-color: rgb(58,215,74); }
div.DivClassName
{
background-color: #3AD74A;
}
.BgClassName
{
background-color: #3AD74A;
}
</style>
border-color css
<style>
span { border-color: #3AD74A; }
span { border-color: rgb(58,215,74); }
td.TdClassName
{
border-color: #3AD74A;
}
.TagClassName
{
border-color: #3AD74A;
}
</style>