Shades of Lime Green #4AD734
Tints of Lime Green #4AD734
RGB
CMYK
RGB Variations
Color information
#4AD734 (or 0x4AD734) is known color: Lime Green. HEX triplet: 4A, D7 and 34. RGB value is (74,215,52). Sum of RGB (Red+Green+Blue) = 74+215+52=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 215 (84.38% from 255 or 63.05% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD734 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD734 is #B528CB. Grayscale: #9A9A9A. Windows color (decimal): -11872460 or 3462986. OLE color: 3462986.
HSL color Cylindrical-coordinate representation of color #4AD734: hue angle of 111.9º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4AD734 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 52 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.16 |
| HSL | 111.9º | 0.67% | 0.52% | - |
| HSV(B) | 111.9º | 0.76% | 0.84% | - |
| XYZ | 27.74 | 50.3 | 11.5 | - |
| YUV | 154.26 | 70.29 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 52 | 0.66 | 0 | 0.76 | 0.16 | 111.9 | 0.67 | 0.52 |
| Hex | 4A | D7 | 34 | 42 | 0 | 4C | 10 | 70 | 43 | 34 |
| Octal | 112 | 327 | 64 | 102 | 0 | 114 | 20 | 160 | 103 | 64 |
| Binary | 1001010 | 11010111 | 110100 | 1000010 | 0 | 1001100 | 10000 | 1110000 | 1000011 | 110100 |
Color Harmonies of #4AD734
Complementary color
Monochromatic Colors of #4AD734
Black with #4AD734
Text Example
Text Example
White with #4AD734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD734; }
p { color: rgb(74,215,52); }
H1.HeaderClassName
{
color: #4AD734;
}
.AnyTagClassName
{
color: #4AD734;
}
</style>
background-color css
<style>
a { background-color: #4AD734; }
a { background-color: rgb(74,215,52); }
div.DivClassName
{
background-color: #4AD734;
}
.BgClassName
{
background-color: #4AD734;
}
</style>
border-color css
<style>
span { border-color: #4AD734; }
span { border-color: rgb(74,215,52); }
td.TdClassName
{
border-color: #4AD734;
}
.TagClassName
{
border-color: #4AD734;
}
</style>