Shades of Lime Green #3AC24D
Tints of Lime Green #3AC24D
RGB
CMYK
RGB Variations
Color information
#3AC24D (or 0x3AC24D) is known color: Lime Green. HEX triplet: 3A, C2 and 4D. RGB value is (58,194,77). Sum of RGB (Red+Green+Blue) = 58+194+77=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC24D is #C53DB2. Grayscale: #8C8C8C. Windows color (decimal): -12926387 or 5095994. OLE color: 5095994.
HSL color Cylindrical-coordinate representation of color #3AC24D: hue angle of 128.38º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC24D is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 194 | 77 | - |
| CMYK | 0.70 | 0 | 0.60 | 0.24 |
| HSL | 128.38º | 0.54% | 0.49% | - |
| HSV(B) | 128.38º | 0.7% | 0.76% | - |
| XYZ | 22.38 | 40.02 | 13.57 | - |
| YUV | 140 | 92.44 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 194 | 77 | 0.70 | 0 | 0.60 | 0.24 | 128.38 | 0.54 | 0.49 |
| Hex | 3A | C2 | 4D | 46 | 0 | 3C | 18 | 80 | 36 | 31 |
| Octal | 72 | 302 | 115 | 106 | 0 | 74 | 30 | 200 | 66 | 61 |
| Binary | 111010 | 11000010 | 1001101 | 1000110 | 0 | 111100 | 11000 | 10000000 | 110110 | 110001 |
Color Harmonies of #3AC24D
Complementary color
Monochromatic Colors of #3AC24D
Black with #3AC24D
Text Example
Text Example
White with #3AC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC24D; }
p { color: rgb(58,194,77); }
H1.HeaderClassName
{
color: #3AC24D;
}
.AnyTagClassName
{
color: #3AC24D;
}
</style>
background-color css
<style>
a { background-color: #3AC24D; }
a { background-color: rgb(58,194,77); }
div.DivClassName
{
background-color: #3AC24D;
}
.BgClassName
{
background-color: #3AC24D;
}
</style>
border-color css
<style>
span { border-color: #3AC24D; }
span { border-color: rgb(58,194,77); }
td.TdClassName
{
border-color: #3AC24D;
}
.TagClassName
{
border-color: #3AC24D;
}
</style>