Shades of Lime Green #3AC23C
Tints of Lime Green #3AC23C
RGB
CMYK
RGB Variations
Color information
#3AC23C (or 0x3AC23C) is known color: Lime Green. HEX triplet: 3A, C2 and 3C. RGB value is (58,194,60). Sum of RGB (Red+Green+Blue) = 58+194+60=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 194 (76.17% from 255 or 62.18% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC23C is #C53DC3. Grayscale: #8A8A8A. Windows color (decimal): -12926404 or 3981882. OLE color: 3981882.
HSL color Cylindrical-coordinate representation of color #3AC23C: hue angle of 120.88º 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 #3AC23C is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 194 | 60 | - |
| CMYK | 0.70 | 0 | 0.69 | 0.24 |
| HSL | 120.88º | 0.54% | 0.49% | - |
| HSV(B) | 120.88º | 0.7% | 0.76% | - |
| XYZ | 21.85 | 39.81 | 10.81 | - |
| YUV | 138.06 | 83.94 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 194 | 60 | 0.70 | 0 | 0.69 | 0.24 | 120.88 | 0.54 | 0.49 |
| Hex | 3A | C2 | 3C | 46 | 0 | 45 | 18 | 79 | 36 | 31 |
| Octal | 72 | 302 | 74 | 106 | 0 | 105 | 30 | 171 | 66 | 61 |
| Binary | 111010 | 11000010 | 111100 | 1000110 | 0 | 1000101 | 11000 | 1111001 | 110110 | 110001 |
Color Harmonies of #3AC23C
Complementary color
Monochromatic Colors of #3AC23C
Black with #3AC23C
Text Example
Text Example
White with #3AC23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC23C; }
p { color: rgb(58,194,60); }
H1.HeaderClassName
{
color: #3AC23C;
}
.AnyTagClassName
{
color: #3AC23C;
}
</style>
background-color css
<style>
a { background-color: #3AC23C; }
a { background-color: rgb(58,194,60); }
div.DivClassName
{
background-color: #3AC23C;
}
.BgClassName
{
background-color: #3AC23C;
}
</style>
border-color css
<style>
span { border-color: #3AC23C; }
span { border-color: rgb(58,194,60); }
td.TdClassName
{
border-color: #3AC23C;
}
.TagClassName
{
border-color: #3AC23C;
}
</style>