Shades of Lime Green #3AC54F
Tints of Lime Green #3AC54F
RGB
CMYK
RGB Variations
Color information
#3AC54F (or 0x3AC54F) is known color: Lime Green. HEX triplet: 3A, C5 and 4F. RGB value is (58,197,79). Sum of RGB (Red+Green+Blue) = 58+197+79=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 197 (77.34% from 255 or 58.98% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC54F is #C53AB0. Grayscale: #8E8E8E. Windows color (decimal): -12925617 or 5227834. OLE color: 5227834.
HSL color Cylindrical-coordinate representation of color #3AC54F: hue angle of 129.06º 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 #3AC54F is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 79 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.23 |
| HSL | 129.06º | 0.55% | 0.5% | - |
| HSV(B) | 129.06º | 0.71% | 0.77% | - |
| XYZ | 23.12 | 41.4 | 14.17 | - |
| YUV | 141.99 | 92.45 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 79 | 0.71 | 0 | 0.60 | 0.23 | 129.06 | 0.55 | 0.5 |
| Hex | 3A | C5 | 4F | 47 | 0 | 3C | 17 | 81 | 37 | 32 |
| Octal | 72 | 305 | 117 | 107 | 0 | 74 | 27 | 201 | 67 | 62 |
| Binary | 111010 | 11000101 | 1001111 | 1000111 | 0 | 111100 | 10111 | 10000001 | 110111 | 110010 |
Color Harmonies of #3AC54F
Complementary color
Monochromatic Colors of #3AC54F
Black with #3AC54F
Text Example
Text Example
White with #3AC54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC54F; }
p { color: rgb(58,197,79); }
H1.HeaderClassName
{
color: #3AC54F;
}
.AnyTagClassName
{
color: #3AC54F;
}
</style>
background-color css
<style>
a { background-color: #3AC54F; }
a { background-color: rgb(58,197,79); }
div.DivClassName
{
background-color: #3AC54F;
}
.BgClassName
{
background-color: #3AC54F;
}
</style>
border-color css
<style>
span { border-color: #3AC54F; }
span { border-color: rgb(58,197,79); }
td.TdClassName
{
border-color: #3AC54F;
}
.TagClassName
{
border-color: #3AC54F;
}
</style>