Shades of Lime Green #4AC237
Tints of Lime Green #4AC237
RGB
CMYK
RGB Variations
Color information
#4AC237 (or 0x4AC237) is known color: Lime Green. HEX triplet: 4A, C2 and 37. RGB value is (74,194,55). Sum of RGB (Red+Green+Blue) = 74+194+55=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 194 (76.17% from 255 or 60.06% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC237 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC237 is #B53DC8. Grayscale: #8E8E8E. Windows color (decimal): -11877833 or 3654218. OLE color: 3654218.
HSL color Cylindrical-coordinate representation of color #4AC237: hue angle of 111.8º 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 #4AC237 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 55 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.24 |
| HSL | 111.8º | 0.56% | 0.49% | - |
| HSV(B) | 111.8º | 0.72% | 0.76% | - |
| XYZ | 22.81 | 40.32 | 10.19 | - |
| YUV | 142.27 | 78.74 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 55 | 0.62 | 0 | 0.72 | 0.24 | 111.8 | 0.56 | 0.49 |
| Hex | 4A | C2 | 37 | 3E | 0 | 48 | 18 | 70 | 38 | 31 |
| Octal | 112 | 302 | 67 | 76 | 0 | 110 | 30 | 160 | 70 | 61 |
| Binary | 1001010 | 11000010 | 110111 | 111110 | 0 | 1001000 | 11000 | 1110000 | 111000 | 110001 |
Color Harmonies of #4AC237
Complementary color
Monochromatic Colors of #4AC237
Black with #4AC237
Text Example
Text Example
White with #4AC237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC237; }
p { color: rgb(74,194,55); }
H1.HeaderClassName
{
color: #4AC237;
}
.AnyTagClassName
{
color: #4AC237;
}
</style>
background-color css
<style>
a { background-color: #4AC237; }
a { background-color: rgb(74,194,55); }
div.DivClassName
{
background-color: #4AC237;
}
.BgClassName
{
background-color: #4AC237;
}
</style>
border-color css
<style>
span { border-color: #4AC237; }
span { border-color: rgb(74,194,55); }
td.TdClassName
{
border-color: #4AC237;
}
.TagClassName
{
border-color: #4AC237;
}
</style>