Shades of Lime Green #4AC836
Tints of Lime Green #4AC836
RGB
CMYK
RGB Variations
Color information
#4AC836 (or 0x4AC836) is known color: Lime Green. HEX triplet: 4A, C8 and 36. RGB value is (74,200,54). Sum of RGB (Red+Green+Blue) = 74+200+54=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 200 (78.52% from 255 or 60.98% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 200 - color contains mainly: green. Hex color #4AC836 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC836 is #B537C9. Grayscale: #929292. Windows color (decimal): -11876298 or 3590218. OLE color: 3590218.
HSL color Cylindrical-coordinate representation of color #4AC836: hue angle of 111.78º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4AC836 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 200 | 54 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.22 |
| HSL | 111.78º | 0.57% | 0.5% | - |
| HSV(B) | 111.78º | 0.73% | 0.78% | - |
| XYZ | 24.14 | 43.03 | 10.52 | - |
| YUV | 145.68 | 76.26 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 200 | 54 | 0.63 | 0 | 0.73 | 0.22 | 111.78 | 0.57 | 0.5 |
| Hex | 4A | C8 | 36 | 3F | 0 | 49 | 16 | 70 | 39 | 32 |
| Octal | 112 | 310 | 66 | 77 | 0 | 111 | 26 | 160 | 71 | 62 |
| Binary | 1001010 | 11001000 | 110110 | 111111 | 0 | 1001001 | 10110 | 1110000 | 111001 | 110010 |
Color Harmonies of #4AC836
Complementary color
Monochromatic Colors of #4AC836
Black with #4AC836
Text Example
Text Example
White with #4AC836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC836; }
p { color: rgb(74,200,54); }
H1.HeaderClassName
{
color: #4AC836;
}
.AnyTagClassName
{
color: #4AC836;
}
</style>
background-color css
<style>
a { background-color: #4AC836; }
a { background-color: rgb(74,200,54); }
div.DivClassName
{
background-color: #4AC836;
}
.BgClassName
{
background-color: #4AC836;
}
</style>
border-color css
<style>
span { border-color: #4AC836; }
span { border-color: rgb(74,200,54); }
td.TdClassName
{
border-color: #4AC836;
}
.TagClassName
{
border-color: #4AC836;
}
</style>