Shades of Lime Green #4ABC38
Tints of Lime Green #4ABC38
RGB
CMYK
RGB Variations
Color information
#4ABC38 (or 0x4ABC38) is known color: Lime Green. HEX triplet: 4A, BC and 38. RGB value is (74,188,56). Sum of RGB (Red+Green+Blue) = 74+188+56=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABC38 is #B543C7. Grayscale: #8B8B8B. Windows color (decimal): -11879368 or 3718218. OLE color: 3718218.
HSL color Cylindrical-coordinate representation of color #4ABC38: hue angle of 111.82º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ABC38 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 56 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.26 |
| HSL | 111.82º | 0.54% | 0.48% | - |
| HSV(B) | 111.82º | 0.7% | 0.74% | - |
| XYZ | 21.52 | 37.71 | 9.89 | - |
| YUV | 138.87 | 81.23 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 56 | 0.61 | 0 | 0.70 | 0.26 | 111.82 | 0.54 | 0.48 |
| Hex | 4A | BC | 38 | 3D | 0 | 46 | 1A | 70 | 36 | 30 |
| Octal | 112 | 274 | 70 | 75 | 0 | 106 | 32 | 160 | 66 | 60 |
| Binary | 1001010 | 10111100 | 111000 | 111101 | 0 | 1000110 | 11010 | 1110000 | 110110 | 110000 |
Color Harmonies of #4ABC38
Complementary color
Monochromatic Colors of #4ABC38
Black with #4ABC38
Text Example
Text Example
White with #4ABC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC38; }
p { color: rgb(74,188,56); }
H1.HeaderClassName
{
color: #4ABC38;
}
.AnyTagClassName
{
color: #4ABC38;
}
</style>
background-color css
<style>
a { background-color: #4ABC38; }
a { background-color: rgb(74,188,56); }
div.DivClassName
{
background-color: #4ABC38;
}
.BgClassName
{
background-color: #4ABC38;
}
</style>
border-color css
<style>
span { border-color: #4ABC38; }
span { border-color: rgb(74,188,56); }
td.TdClassName
{
border-color: #4ABC38;
}
.TagClassName
{
border-color: #4ABC38;
}
</style>