Shades of Lime Green #3AC539
Tints of Lime Green #3AC539
RGB
CMYK
RGB Variations
Color information
#3AC539 (or 0x3AC539) is known color: Lime Green. HEX triplet: 3A, C5 and 39. RGB value is (58,197,57). Sum of RGB (Red+Green+Blue) = 58+197+57=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 197 (77.34% from 255 or 63.14% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC539 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC539 is #C53AC6. Grayscale: #8B8B8B. Windows color (decimal): -12925639 or 3786042. OLE color: 3786042.
HSL color Cylindrical-coordinate representation of color #3AC539: hue angle of 119.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC539 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 57 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.23 |
| HSL | 119.57º | 0.55% | 0.5% | - |
| HSV(B) | 119.57º | 0.71% | 0.77% | - |
| XYZ | 22.45 | 41.13 | 10.63 | - |
| YUV | 139.48 | 81.45 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 57 | 0.71 | 0 | 0.71 | 0.23 | 119.57 | 0.55 | 0.5 |
| Hex | 3A | C5 | 39 | 47 | 0 | 47 | 17 | 78 | 37 | 32 |
| Octal | 72 | 305 | 71 | 107 | 0 | 107 | 27 | 170 | 67 | 62 |
| Binary | 111010 | 11000101 | 111001 | 1000111 | 0 | 1000111 | 10111 | 1111000 | 110111 | 110010 |
Color Harmonies of #3AC539
Complementary color
Monochromatic Colors of #3AC539
Black with #3AC539
Text Example
Text Example
White with #3AC539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC539; }
p { color: rgb(58,197,57); }
H1.HeaderClassName
{
color: #3AC539;
}
.AnyTagClassName
{
color: #3AC539;
}
</style>
background-color css
<style>
a { background-color: #3AC539; }
a { background-color: rgb(58,197,57); }
div.DivClassName
{
background-color: #3AC539;
}
.BgClassName
{
background-color: #3AC539;
}
</style>
border-color css
<style>
span { border-color: #3AC539; }
span { border-color: rgb(58,197,57); }
td.TdClassName
{
border-color: #3AC539;
}
.TagClassName
{
border-color: #3AC539;
}
</style>