Shades of Lime Green #3AC527
Tints of Lime Green #3AC527
RGB
CMYK
RGB Variations
Color information
#3AC527 (or 0x3AC527) is known color: Lime Green. HEX triplet: 3A, C5 and 27. RGB value is (58,197,39). Sum of RGB (Red+Green+Blue) = 58+197+39=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 197 (77.34% from 255 or 67.01% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC527 is #C53AD8. Grayscale: #898989. Windows color (decimal): -12925657 or 2606394. OLE color: 2606394.
HSL color Cylindrical-coordinate representation of color #3AC527: hue angle of 112.78º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AC527 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 39 | - |
| CMYK | 0.71 | 0 | 0.80 | 0.23 |
| HSL | 112.78º | 0.67% | 0.46% | - |
| HSV(B) | 112.78º | 0.8% | 0.77% | - |
| XYZ | 22.08 | 40.98 | 8.67 | - |
| YUV | 137.43 | 72.45 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 39 | 0.71 | 0 | 0.80 | 0.23 | 112.78 | 0.67 | 0.46 |
| Hex | 3A | C5 | 27 | 47 | 0 | 50 | 17 | 71 | 43 | 2E |
| Octal | 72 | 305 | 47 | 107 | 0 | 120 | 27 | 161 | 103 | 56 |
| Binary | 111010 | 11000101 | 100111 | 1000111 | 0 | 1010000 | 10111 | 1110001 | 1000011 | 101110 |
Color Harmonies of #3AC527
Complementary color
Monochromatic Colors of #3AC527
Black with #3AC527
Text Example
Text Example
White with #3AC527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC527; }
p { color: rgb(58,197,39); }
H1.HeaderClassName
{
color: #3AC527;
}
.AnyTagClassName
{
color: #3AC527;
}
</style>
background-color css
<style>
a { background-color: #3AC527; }
a { background-color: rgb(58,197,39); }
div.DivClassName
{
background-color: #3AC527;
}
.BgClassName
{
background-color: #3AC527;
}
</style>
border-color css
<style>
span { border-color: #3AC527; }
span { border-color: rgb(58,197,39); }
td.TdClassName
{
border-color: #3AC527;
}
.TagClassName
{
border-color: #3AC527;
}
</style>