Shades of Lime Green #4AC137
Tints of Lime Green #4AC137
RGB
CMYK
RGB Variations
Color information
#4AC137 (or 0x4AC137) is known color: Lime Green. HEX triplet: 4A, C1 and 37. RGB value is (74,193,55). Sum of RGB (Red+Green+Blue) = 74+193+55=322 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.98% from 322); Green value is 193 (75.78% from 255 or 59.94% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 193 - color contains mainly: green. Hex color #4AC137 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC137 is #B53EC8. Grayscale: #8E8E8E. Windows color (decimal): -11878089 or 3653962. OLE color: 3653962.
HSL color Cylindrical-coordinate representation of color #4AC137: hue angle of 111.74º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4AC137 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 193 | 55 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.24 |
| HSL | 111.74º | 0.56% | 0.49% | - |
| HSV(B) | 111.74º | 0.72% | 0.76% | - |
| XYZ | 22.58 | 39.87 | 10.12 | - |
| YUV | 141.69 | 79.08 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 193 | 55 | 0.62 | 0 | 0.72 | 0.24 | 111.74 | 0.56 | 0.49 |
| Hex | 4A | C1 | 37 | 3E | 0 | 48 | 18 | 70 | 38 | 31 |
| Octal | 112 | 301 | 67 | 76 | 0 | 110 | 30 | 160 | 70 | 61 |
| Binary | 1001010 | 11000001 | 110111 | 111110 | 0 | 1001000 | 11000 | 1110000 | 111000 | 110001 |
Color Harmonies of #4AC137
Complementary color
Monochromatic Colors of #4AC137
Black with #4AC137
Text Example
Text Example
White with #4AC137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC137; }
p { color: rgb(74,193,55); }
H1.HeaderClassName
{
color: #4AC137;
}
.AnyTagClassName
{
color: #4AC137;
}
</style>
background-color css
<style>
a { background-color: #4AC137; }
a { background-color: rgb(74,193,55); }
div.DivClassName
{
background-color: #4AC137;
}
.BgClassName
{
background-color: #4AC137;
}
</style>
border-color css
<style>
span { border-color: #4AC137; }
span { border-color: rgb(74,193,55); }
td.TdClassName
{
border-color: #4AC137;
}
.TagClassName
{
border-color: #4AC137;
}
</style>