Shades of Lime Green #3AC24A
Tints of Lime Green #3AC24A
RGB
CMYK
RGB Variations
Color information
#3AC24A (or 0x3AC24A) is known color: Lime Green. HEX triplet: 3A, C2 and 4A. RGB value is (58,194,74). Sum of RGB (Red+Green+Blue) = 58+194+74=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 194 (76.17% from 255 or 59.51% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC24A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC24A is #C53DB5. Grayscale: #8C8C8C. Windows color (decimal): -12926390 or 4899386. OLE color: 4899386.
HSL color Cylindrical-coordinate representation of color #3AC24A: hue angle of 127.06º 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 #3AC24A is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 194 | 74 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.24 |
| HSL | 127.06º | 0.54% | 0.49% | - |
| HSV(B) | 127.06º | 0.7% | 0.76% | - |
| XYZ | 22.27 | 39.98 | 13.02 | - |
| YUV | 139.66 | 90.94 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 194 | 74 | 0.70 | 0 | 0.62 | 0.24 | 127.06 | 0.54 | 0.49 |
| Hex | 3A | C2 | 4A | 46 | 0 | 3E | 18 | 7F | 36 | 31 |
| Octal | 72 | 302 | 112 | 106 | 0 | 76 | 30 | 177 | 66 | 61 |
| Binary | 111010 | 11000010 | 1001010 | 1000110 | 0 | 111110 | 11000 | 1111111 | 110110 | 110001 |
Color Harmonies of #3AC24A
Complementary color
Monochromatic Colors of #3AC24A
Black with #3AC24A
Text Example
Text Example
White with #3AC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC24A; }
p { color: rgb(58,194,74); }
H1.HeaderClassName
{
color: #3AC24A;
}
.AnyTagClassName
{
color: #3AC24A;
}
</style>
background-color css
<style>
a { background-color: #3AC24A; }
a { background-color: rgb(58,194,74); }
div.DivClassName
{
background-color: #3AC24A;
}
.BgClassName
{
background-color: #3AC24A;
}
</style>
border-color css
<style>
span { border-color: #3AC24A; }
span { border-color: rgb(58,194,74); }
td.TdClassName
{
border-color: #3AC24A;
}
.TagClassName
{
border-color: #3AC24A;
}
</style>