Shades of Lime Green #3AC14C
Tints of Lime Green #3AC14C
RGB
CMYK
RGB Variations
Color information
#3AC14C (or 0x3AC14C) is known color: Lime Green. HEX triplet: 3A, C1 and 4C. RGB value is (58,193,76). Sum of RGB (Red+Green+Blue) = 58+193+76=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 193 (75.78% from 255 or 59.02% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC14C is #C53EB3. Grayscale: #8B8B8B. Windows color (decimal): -12926644 or 5030202. OLE color: 5030202.
HSL color Cylindrical-coordinate representation of color #3AC14C: hue angle of 128º 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 #3AC14C is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 193 | 76 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.24 |
| HSL | 128º | 0.54% | 0.49% | - |
| HSV(B) | 128º | 0.7% | 0.76% | - |
| XYZ | 22.12 | 39.56 | 13.31 | - |
| YUV | 139.3 | 92.27 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 193 | 76 | 0.70 | 0 | 0.61 | 0.24 | 128 | 0.54 | 0.49 |
| Hex | 3A | C1 | 4C | 46 | 0 | 3D | 18 | 80 | 36 | 31 |
| Octal | 72 | 301 | 114 | 106 | 0 | 75 | 30 | 200 | 66 | 61 |
| Binary | 111010 | 11000001 | 1001100 | 1000110 | 0 | 111101 | 11000 | 10000000 | 110110 | 110001 |
Color Harmonies of #3AC14C
Complementary color
Monochromatic Colors of #3AC14C
Black with #3AC14C
Text Example
Text Example
White with #3AC14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC14C; }
p { color: rgb(58,193,76); }
H1.HeaderClassName
{
color: #3AC14C;
}
.AnyTagClassName
{
color: #3AC14C;
}
</style>
background-color css
<style>
a { background-color: #3AC14C; }
a { background-color: rgb(58,193,76); }
div.DivClassName
{
background-color: #3AC14C;
}
.BgClassName
{
background-color: #3AC14C;
}
</style>
border-color css
<style>
span { border-color: #3AC14C; }
span { border-color: rgb(58,193,76); }
td.TdClassName
{
border-color: #3AC14C;
}
.TagClassName
{
border-color: #3AC14C;
}
</style>