Shades of Lime Green #3AC541
Tints of Lime Green #3AC541
RGB
CMYK
RGB Variations
Color information
#3AC541 (or 0x3AC541) is known color: Lime Green. HEX triplet: 3A, C5 and 41. RGB value is (58,197,65). Sum of RGB (Red+Green+Blue) = 58+197+65=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 197 (77.34% from 255 or 61.56% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC541 is #C53ABE. Grayscale: #8C8C8C. Windows color (decimal): -12925631 or 4310330. OLE color: 4310330.
HSL color Cylindrical-coordinate representation of color #3AC541: hue angle of 123.02º 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 #3AC541 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 65 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.23 |
| HSL | 123.02º | 0.55% | 0.5% | - |
| HSV(B) | 123.02º | 0.71% | 0.77% | - |
| XYZ | 22.67 | 41.21 | 11.76 | - |
| YUV | 140.39 | 85.45 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 65 | 0.71 | 0 | 0.67 | 0.23 | 123.02 | 0.55 | 0.5 |
| Hex | 3A | C5 | 41 | 47 | 0 | 43 | 17 | 7B | 37 | 32 |
| Octal | 72 | 305 | 101 | 107 | 0 | 103 | 27 | 173 | 67 | 62 |
| Binary | 111010 | 11000101 | 1000001 | 1000111 | 0 | 1000011 | 10111 | 1111011 | 110111 | 110010 |
Color Harmonies of #3AC541
Complementary color
Monochromatic Colors of #3AC541
Black with #3AC541
Text Example
Text Example
White with #3AC541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC541; }
p { color: rgb(58,197,65); }
H1.HeaderClassName
{
color: #3AC541;
}
.AnyTagClassName
{
color: #3AC541;
}
</style>
background-color css
<style>
a { background-color: #3AC541; }
a { background-color: rgb(58,197,65); }
div.DivClassName
{
background-color: #3AC541;
}
.BgClassName
{
background-color: #3AC541;
}
</style>
border-color css
<style>
span { border-color: #3AC541; }
span { border-color: rgb(58,197,65); }
td.TdClassName
{
border-color: #3AC541;
}
.TagClassName
{
border-color: #3AC541;
}
</style>