Shades of Lime Green #3AC04C
Tints of Lime Green #3AC04C
RGB
CMYK
RGB Variations
Color information
#3AC04C (or 0x3AC04C) is known color: Lime Green. HEX triplet: 3A, C0 and 4C. RGB value is (58,192,76). Sum of RGB (Red+Green+Blue) = 58+192+76=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC04C is #C53FB3. Grayscale: #8B8B8B. Windows color (decimal): -12926900 or 5029946. OLE color: 5029946.
HSL color Cylindrical-coordinate representation of color #3AC04C: hue angle of 128.06º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC04C is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 76 | - |
| CMYK | 0.70 | 0 | 0.60 | 0.25 |
| HSL | 128.06º | 0.54% | 0.49% | - |
| HSV(B) | 128.06º | 0.7% | 0.75% | - |
| XYZ | 21.9 | 39.12 | 13.23 | - |
| YUV | 138.71 | 92.61 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 76 | 0.70 | 0 | 0.60 | 0.25 | 128.06 | 0.54 | 0.49 |
| Hex | 3A | C0 | 4C | 46 | 0 | 3C | 19 | 80 | 36 | 31 |
| Octal | 72 | 300 | 114 | 106 | 0 | 74 | 31 | 200 | 66 | 61 |
| Binary | 111010 | 11000000 | 1001100 | 1000110 | 0 | 111100 | 11001 | 10000000 | 110110 | 110001 |
Color Harmonies of #3AC04C
Complementary color
Monochromatic Colors of #3AC04C
Black with #3AC04C
Text Example
Text Example
White with #3AC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC04C; }
p { color: rgb(58,192,76); }
H1.HeaderClassName
{
color: #3AC04C;
}
.AnyTagClassName
{
color: #3AC04C;
}
</style>
background-color css
<style>
a { background-color: #3AC04C; }
a { background-color: rgb(58,192,76); }
div.DivClassName
{
background-color: #3AC04C;
}
.BgClassName
{
background-color: #3AC04C;
}
</style>
border-color css
<style>
span { border-color: #3AC04C; }
span { border-color: rgb(58,192,76); }
td.TdClassName
{
border-color: #3AC04C;
}
.TagClassName
{
border-color: #3AC04C;
}
</style>