Shades of Lime Green #3AC130
Tints of Lime Green #3AC130
RGB
CMYK
RGB Variations
Color information
#3AC130 (or 0x3AC130) is known color: Lime Green. HEX triplet: 3A, C1 and 30. RGB value is (58,193,48). Sum of RGB (Red+Green+Blue) = 58+193+48=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 193 (75.78% from 255 or 64.55% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC130 is #C53ECF. Grayscale: #888888. Windows color (decimal): -12926672 or 3195194. OLE color: 3195194.
HSL color Cylindrical-coordinate representation of color #3AC130: hue angle of 115.86º 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 #3AC130 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 193 | 48 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.24 |
| HSL | 115.86º | 0.6% | 0.47% | - |
| HSV(B) | 115.86º | 0.75% | 0.76% | - |
| XYZ | 21.35 | 39.25 | 9.25 | - |
| YUV | 136.11 | 78.27 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 193 | 48 | 0.70 | 0 | 0.75 | 0.24 | 115.86 | 0.6 | 0.47 |
| Hex | 3A | C1 | 30 | 46 | 0 | 4B | 18 | 74 | 3C | 2F |
| Octal | 72 | 301 | 60 | 106 | 0 | 113 | 30 | 164 | 74 | 57 |
| Binary | 111010 | 11000001 | 110000 | 1000110 | 0 | 1001011 | 11000 | 1110100 | 111100 | 101111 |
Color Harmonies of #3AC130
Complementary color
Monochromatic Colors of #3AC130
Black with #3AC130
Text Example
Text Example
White with #3AC130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC130; }
p { color: rgb(58,193,48); }
H1.HeaderClassName
{
color: #3AC130;
}
.AnyTagClassName
{
color: #3AC130;
}
</style>
background-color css
<style>
a { background-color: #3AC130; }
a { background-color: rgb(58,193,48); }
div.DivClassName
{
background-color: #3AC130;
}
.BgClassName
{
background-color: #3AC130;
}
</style>
border-color css
<style>
span { border-color: #3AC130; }
span { border-color: rgb(58,193,48); }
td.TdClassName
{
border-color: #3AC130;
}
.TagClassName
{
border-color: #3AC130;
}
</style>