Shades of Lime Green #4AD62F
Tints of Lime Green #4AD62F
RGB
CMYK
RGB Variations
Color information
#4AD62F (or 0x4AD62F) is known color: Lime Green. HEX triplet: 4A, D6 and 2F. RGB value is (74,214,47). Sum of RGB (Red+Green+Blue) = 74+214+47=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 214 (83.98% from 255 or 63.88% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD62F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD62F is #B529D0. Grayscale: #999999. Windows color (decimal): -11872721 or 3135050. OLE color: 3135050.
HSL color Cylindrical-coordinate representation of color #4AD62F: hue angle of 110.3º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4AD62F is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 214 | 47 | - |
| CMYK | 0.65 | 0 | 0.78 | 0.16 |
| HSL | 110.3º | 0.67% | 0.51% | - |
| HSV(B) | 110.3º | 0.78% | 0.84% | - |
| XYZ | 27.38 | 49.75 | 10.85 | - |
| YUV | 153.1 | 68.12 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 214 | 47 | 0.65 | 0 | 0.78 | 0.16 | 110.3 | 0.67 | 0.51 |
| Hex | 4A | D6 | 2F | 41 | 0 | 4E | 10 | 6E | 43 | 33 |
| Octal | 112 | 326 | 57 | 101 | 0 | 116 | 20 | 156 | 103 | 63 |
| Binary | 1001010 | 11010110 | 101111 | 1000001 | 0 | 1001110 | 10000 | 1101110 | 1000011 | 110011 |
Color Harmonies of #4AD62F
Complementary color
Monochromatic Colors of #4AD62F
Black with #4AD62F
Text Example
Text Example
White with #4AD62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD62F; }
p { color: rgb(74,214,47); }
H1.HeaderClassName
{
color: #4AD62F;
}
.AnyTagClassName
{
color: #4AD62F;
}
</style>
background-color css
<style>
a { background-color: #4AD62F; }
a { background-color: rgb(74,214,47); }
div.DivClassName
{
background-color: #4AD62F;
}
.BgClassName
{
background-color: #4AD62F;
}
</style>
border-color css
<style>
span { border-color: #4AD62F; }
span { border-color: rgb(74,214,47); }
td.TdClassName
{
border-color: #4AD62F;
}
.TagClassName
{
border-color: #4AD62F;
}
</style>