Shades of Lime Green #4ABC37
Tints of Lime Green #4ABC37
RGB
CMYK
RGB Variations
Color information
#4ABC37 (or 0x4ABC37) is known color: Lime Green. HEX triplet: 4A, BC and 37. RGB value is (74,188,55). Sum of RGB (Red+Green+Blue) = 74+188+55=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABC37 is #B543C8. Grayscale: #8B8B8B. Windows color (decimal): -11879369 or 3652682. OLE color: 3652682.
HSL color Cylindrical-coordinate representation of color #4ABC37: hue angle of 111.43º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ABC37 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 55 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.26 |
| HSL | 111.43º | 0.55% | 0.48% | - |
| HSV(B) | 111.43º | 0.71% | 0.74% | - |
| XYZ | 21.5 | 37.7 | 9.76 | - |
| YUV | 138.75 | 80.73 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 55 | 0.61 | 0 | 0.71 | 0.26 | 111.43 | 0.55 | 0.48 |
| Hex | 4A | BC | 37 | 3D | 0 | 47 | 1A | 6F | 37 | 30 |
| Octal | 112 | 274 | 67 | 75 | 0 | 107 | 32 | 157 | 67 | 60 |
| Binary | 1001010 | 10111100 | 110111 | 111101 | 0 | 1000111 | 11010 | 1101111 | 110111 | 110000 |
Color Harmonies of #4ABC37
Complementary color
Monochromatic Colors of #4ABC37
Black with #4ABC37
Text Example
Text Example
White with #4ABC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC37; }
p { color: rgb(74,188,55); }
H1.HeaderClassName
{
color: #4ABC37;
}
.AnyTagClassName
{
color: #4ABC37;
}
</style>
background-color css
<style>
a { background-color: #4ABC37; }
a { background-color: rgb(74,188,55); }
div.DivClassName
{
background-color: #4ABC37;
}
.BgClassName
{
background-color: #4ABC37;
}
</style>
border-color css
<style>
span { border-color: #4ABC37; }
span { border-color: rgb(74,188,55); }
td.TdClassName
{
border-color: #4ABC37;
}
.TagClassName
{
border-color: #4ABC37;
}
</style>