Shades of Lime Green #3AC529
Tints of Lime Green #3AC529
RGB
CMYK
RGB Variations
Color information
#3AC529 (or 0x3AC529) is known color: Lime Green. HEX triplet: 3A, C5 and 29. RGB value is (58,197,41). Sum of RGB (Red+Green+Blue) = 58+197+41=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 197 (77.34% from 255 or 66.55% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC529 is #C53AD6. Grayscale: #8A8A8A. Windows color (decimal): -12925655 or 2737466. OLE color: 2737466.
HSL color Cylindrical-coordinate representation of color #3AC529: hue angle of 113.46º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3AC529 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 41 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.23 |
| HSL | 113.46º | 0.66% | 0.47% | - |
| HSV(B) | 113.46º | 0.79% | 0.77% | - |
| XYZ | 22.11 | 40.99 | 8.84 | - |
| YUV | 137.66 | 73.45 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 41 | 0.71 | 0 | 0.79 | 0.23 | 113.46 | 0.66 | 0.47 |
| Hex | 3A | C5 | 29 | 47 | 0 | 4F | 17 | 71 | 42 | 2F |
| Octal | 72 | 305 | 51 | 107 | 0 | 117 | 27 | 161 | 102 | 57 |
| Binary | 111010 | 11000101 | 101001 | 1000111 | 0 | 1001111 | 10111 | 1110001 | 1000010 | 101111 |
Color Harmonies of #3AC529
Complementary color
Monochromatic Colors of #3AC529
Black with #3AC529
Text Example
Text Example
White with #3AC529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC529; }
p { color: rgb(58,197,41); }
H1.HeaderClassName
{
color: #3AC529;
}
.AnyTagClassName
{
color: #3AC529;
}
</style>
background-color css
<style>
a { background-color: #3AC529; }
a { background-color: rgb(58,197,41); }
div.DivClassName
{
background-color: #3AC529;
}
.BgClassName
{
background-color: #3AC529;
}
</style>
border-color css
<style>
span { border-color: #3AC529; }
span { border-color: rgb(58,197,41); }
td.TdClassName
{
border-color: #3AC529;
}
.TagClassName
{
border-color: #3AC529;
}
</style>