Shades of Lime Green #3AC230
Tints of Lime Green #3AC230
RGB
CMYK
RGB Variations
Color information
#3AC230 (or 0x3AC230) is known color: Lime Green. HEX triplet: 3A, C2 and 30. RGB value is (58,194,48). Sum of RGB (Red+Green+Blue) = 58+194+48=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 194 (76.17% from 255 or 64.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC230 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC230 is #C53DCF. Grayscale: #898989. Windows color (decimal): -12926416 or 3195450. OLE color: 3195450.
HSL color Cylindrical-coordinate representation of color #3AC230: hue angle of 115.89º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AC230 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 194 | 48 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.24 |
| HSL | 115.89º | 0.6% | 0.47% | - |
| HSV(B) | 115.89º | 0.75% | 0.76% | - |
| XYZ | 21.57 | 39.7 | 9.32 | - |
| YUV | 136.69 | 77.94 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 194 | 48 | 0.70 | 0 | 0.75 | 0.24 | 115.89 | 0.6 | 0.47 |
| Hex | 3A | C2 | 30 | 46 | 0 | 4B | 18 | 74 | 3C | 2F |
| Octal | 72 | 302 | 60 | 106 | 0 | 113 | 30 | 164 | 74 | 57 |
| Binary | 111010 | 11000010 | 110000 | 1000110 | 0 | 1001011 | 11000 | 1110100 | 111100 | 101111 |
Color Harmonies of #3AC230
Complementary color
Monochromatic Colors of #3AC230
Black with #3AC230
Text Example
Text Example
White with #3AC230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC230; }
p { color: rgb(58,194,48); }
H1.HeaderClassName
{
color: #3AC230;
}
.AnyTagClassName
{
color: #3AC230;
}
</style>
background-color css
<style>
a { background-color: #3AC230; }
a { background-color: rgb(58,194,48); }
div.DivClassName
{
background-color: #3AC230;
}
.BgClassName
{
background-color: #3AC230;
}
</style>
border-color css
<style>
span { border-color: #3AC230; }
span { border-color: rgb(58,194,48); }
td.TdClassName
{
border-color: #3AC230;
}
.TagClassName
{
border-color: #3AC230;
}
</style>