Shades of Lime Green #3AC551
Tints of Lime Green #3AC551
RGB
CMYK
RGB Variations
Color information
#3AC551 (or 0x3AC551) is known color: Lime Green. HEX triplet: 3A, C5 and 51. RGB value is (58,197,81). Sum of RGB (Red+Green+Blue) = 58+197+81=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 197 (77.34% from 255 or 58.63% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC551 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC551 is #C53AAE. Grayscale: #8E8E8E. Windows color (decimal): -12925615 or 5358906. OLE color: 5358906.
HSL color Cylindrical-coordinate representation of color #3AC551: hue angle of 129.93º 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 #3AC551 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 81 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.23 |
| HSL | 129.93º | 0.55% | 0.5% | - |
| HSV(B) | 129.93º | 0.71% | 0.77% | - |
| XYZ | 23.2 | 41.43 | 14.56 | - |
| YUV | 142.22 | 93.45 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 81 | 0.71 | 0 | 0.59 | 0.23 | 129.93 | 0.55 | 0.5 |
| Hex | 3A | C5 | 51 | 47 | 0 | 3B | 17 | 82 | 37 | 32 |
| Octal | 72 | 305 | 121 | 107 | 0 | 73 | 27 | 202 | 67 | 62 |
| Binary | 111010 | 11000101 | 1010001 | 1000111 | 0 | 111011 | 10111 | 10000010 | 110111 | 110010 |
Color Harmonies of #3AC551
Complementary color
Monochromatic Colors of #3AC551
Black with #3AC551
Text Example
Text Example
White with #3AC551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC551; }
p { color: rgb(58,197,81); }
H1.HeaderClassName
{
color: #3AC551;
}
.AnyTagClassName
{
color: #3AC551;
}
</style>
background-color css
<style>
a { background-color: #3AC551; }
a { background-color: rgb(58,197,81); }
div.DivClassName
{
background-color: #3AC551;
}
.BgClassName
{
background-color: #3AC551;
}
</style>
border-color css
<style>
span { border-color: #3AC551; }
span { border-color: rgb(58,197,81); }
td.TdClassName
{
border-color: #3AC551;
}
.TagClassName
{
border-color: #3AC551;
}
</style>