Shades of Lime Green #4ABD3F
Tints of Lime Green #4ABD3F
RGB
CMYK
RGB Variations
Color information
#4ABD3F (or 0x4ABD3F) is known color: Lime Green. HEX triplet: 4A, BD and 3F. RGB value is (74,189,63). Sum of RGB (Red+Green+Blue) = 74+189+63=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 189 (74.22% from 255 or 57.98% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABD3F is #B542C0. Grayscale: #8C8C8C. Windows color (decimal): -11879105 or 4177226. OLE color: 4177226.
HSL color Cylindrical-coordinate representation of color #4ABD3F: hue angle of 114.76º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ABD3F is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 63 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.26 |
| HSL | 114.76º | 0.5% | 0.49% | - |
| HSV(B) | 114.76º | 0.67% | 0.74% | - |
| XYZ | 21.92 | 38.21 | 10.92 | - |
| YUV | 140.25 | 84.4 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 63 | 0.61 | 0 | 0.67 | 0.26 | 114.76 | 0.5 | 0.49 |
| Hex | 4A | BD | 3F | 3D | 0 | 43 | 1A | 73 | 32 | 31 |
| Octal | 112 | 275 | 77 | 75 | 0 | 103 | 32 | 163 | 62 | 61 |
| Binary | 1001010 | 10111101 | 111111 | 111101 | 0 | 1000011 | 11010 | 1110011 | 110010 | 110001 |
Color Harmonies of #4ABD3F
Complementary color
Monochromatic Colors of #4ABD3F
Black with #4ABD3F
Text Example
Text Example
White with #4ABD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABD3F; }
p { color: rgb(74,189,63); }
H1.HeaderClassName
{
color: #4ABD3F;
}
.AnyTagClassName
{
color: #4ABD3F;
}
</style>
background-color css
<style>
a { background-color: #4ABD3F; }
a { background-color: rgb(74,189,63); }
div.DivClassName
{
background-color: #4ABD3F;
}
.BgClassName
{
background-color: #4ABD3F;
}
</style>
border-color css
<style>
span { border-color: #4ABD3F; }
span { border-color: rgb(74,189,63); }
td.TdClassName
{
border-color: #4ABD3F;
}
.TagClassName
{
border-color: #4ABD3F;
}
</style>