Shades of Lime Green #3AD94C
Tints of Lime Green #3AD94C
RGB
CMYK
RGB Variations
Color information
#3AD94C (or 0x3AD94C) is known color: Lime Green. HEX triplet: 3A, D9 and 4C. RGB value is (58,217,76). Sum of RGB (Red+Green+Blue) = 58+217+76=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 217 (85.16% from 255 or 61.82% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD94C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD94C is #C526B3. Grayscale: #999999. Windows color (decimal): -12920500 or 5036346. OLE color: 5036346.
HSL color Cylindrical-coordinate representation of color #3AD94C: hue angle of 126.79º 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 #3AD94C is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 76 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.15 |
| HSL | 126.79º | 0.68% | 0.54% | - |
| HSV(B) | 126.79º | 0.73% | 0.85% | - |
| XYZ | 27.86 | 51.05 | 15.22 | - |
| YUV | 153.39 | 84.32 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 76 | 0.73 | 0 | 0.65 | 0.15 | 126.79 | 0.68 | 0.54 |
| Hex | 3A | D9 | 4C | 49 | 0 | 41 | F | 7F | 44 | 36 |
| Octal | 72 | 331 | 114 | 111 | 0 | 101 | 17 | 177 | 104 | 66 |
| Binary | 111010 | 11011001 | 1001100 | 1001001 | 0 | 1000001 | 1111 | 1111111 | 1000100 | 110110 |
Color Harmonies of #3AD94C
Complementary color
Monochromatic Colors of #3AD94C
Black with #3AD94C
Text Example
Text Example
White with #3AD94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD94C; }
p { color: rgb(58,217,76); }
H1.HeaderClassName
{
color: #3AD94C;
}
.AnyTagClassName
{
color: #3AD94C;
}
</style>
background-color css
<style>
a { background-color: #3AD94C; }
a { background-color: rgb(58,217,76); }
div.DivClassName
{
background-color: #3AD94C;
}
.BgClassName
{
background-color: #3AD94C;
}
</style>
border-color css
<style>
span { border-color: #3AD94C; }
span { border-color: rgb(58,217,76); }
td.TdClassName
{
border-color: #3AD94C;
}
.TagClassName
{
border-color: #3AD94C;
}
</style>