Shades of Lime Green #3AC53E
Tints of Lime Green #3AC53E
RGB
CMYK
RGB Variations
Color information
#3AC53E (or 0x3AC53E) is known color: Lime Green. HEX triplet: 3A, C5 and 3E. RGB value is (58,197,62). Sum of RGB (Red+Green+Blue) = 58+197+62=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 197 (77.34% from 255 or 62.15% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC53E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC53E is #C53AC1. Grayscale: #8C8C8C. Windows color (decimal): -12925634 or 4113722. OLE color: 4113722.
HSL color Cylindrical-coordinate representation of color #3AC53E: hue angle of 121.73º 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 #3AC53E is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 62 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.23 |
| HSL | 121.73º | 0.55% | 0.5% | - |
| HSV(B) | 121.73º | 0.71% | 0.77% | - |
| XYZ | 22.58 | 41.18 | 11.32 | - |
| YUV | 140.05 | 83.95 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 62 | 0.71 | 0 | 0.69 | 0.23 | 121.73 | 0.55 | 0.5 |
| Hex | 3A | C5 | 3E | 47 | 0 | 45 | 17 | 7A | 37 | 32 |
| Octal | 72 | 305 | 76 | 107 | 0 | 105 | 27 | 172 | 67 | 62 |
| Binary | 111010 | 11000101 | 111110 | 1000111 | 0 | 1000101 | 10111 | 1111010 | 110111 | 110010 |
Color Harmonies of #3AC53E
Complementary color
Monochromatic Colors of #3AC53E
Black with #3AC53E
Text Example
Text Example
White with #3AC53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC53E; }
p { color: rgb(58,197,62); }
H1.HeaderClassName
{
color: #3AC53E;
}
.AnyTagClassName
{
color: #3AC53E;
}
</style>
background-color css
<style>
a { background-color: #3AC53E; }
a { background-color: rgb(58,197,62); }
div.DivClassName
{
background-color: #3AC53E;
}
.BgClassName
{
background-color: #3AC53E;
}
</style>
border-color css
<style>
span { border-color: #3AC53E; }
span { border-color: rgb(58,197,62); }
td.TdClassName
{
border-color: #3AC53E;
}
.TagClassName
{
border-color: #3AC53E;
}
</style>