Shades of Lime Green #3AC145
Tints of Lime Green #3AC145
RGB
CMYK
RGB Variations
Color information
#3AC145 (or 0x3AC145) is known color: Lime Green. HEX triplet: 3A, C1 and 45. RGB value is (58,193,69). Sum of RGB (Red+Green+Blue) = 58+193+69=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 193 (75.78% from 255 or 60.31% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC145 is #C53EBA. Grayscale: #8A8A8A. Windows color (decimal): -12926651 or 4571450. OLE color: 4571450.
HSL color Cylindrical-coordinate representation of color #3AC145: hue angle of 124.89º 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 #3AC145 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 193 | 69 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.24 |
| HSL | 124.89º | 0.54% | 0.49% | - |
| HSV(B) | 124.89º | 0.7% | 0.76% | - |
| XYZ | 21.89 | 39.47 | 12.09 | - |
| YUV | 138.5 | 88.77 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 193 | 69 | 0.70 | 0 | 0.64 | 0.24 | 124.89 | 0.54 | 0.49 |
| Hex | 3A | C1 | 45 | 46 | 0 | 40 | 18 | 7D | 36 | 31 |
| Octal | 72 | 301 | 105 | 106 | 0 | 100 | 30 | 175 | 66 | 61 |
| Binary | 111010 | 11000001 | 1000101 | 1000110 | 0 | 1000000 | 11000 | 1111101 | 110110 | 110001 |
Color Harmonies of #3AC145
Complementary color
Monochromatic Colors of #3AC145
Black with #3AC145
Text Example
Text Example
White with #3AC145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC145; }
p { color: rgb(58,193,69); }
H1.HeaderClassName
{
color: #3AC145;
}
.AnyTagClassName
{
color: #3AC145;
}
</style>
background-color css
<style>
a { background-color: #3AC145; }
a { background-color: rgb(58,193,69); }
div.DivClassName
{
background-color: #3AC145;
}
.BgClassName
{
background-color: #3AC145;
}
</style>
border-color css
<style>
span { border-color: #3AC145; }
span { border-color: rgb(58,193,69); }
td.TdClassName
{
border-color: #3AC145;
}
.TagClassName
{
border-color: #3AC145;
}
</style>