Shades of Lime Green #4AF035
Tints of Lime Green #4AF035
RGB
CMYK
RGB Variations
Color information
#4AF035 (or 0x4AF035) is known color: Lime Green. HEX triplet: 4A, F0 and 35. RGB value is (74,240,53). Sum of RGB (Red+Green+Blue) = 74+240+53=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 240 (94.14% from 255 or 65.40% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF035 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF035 is #B50FCA. Grayscale: #A9A9A9. Windows color (decimal): -11866059 or 3534922. OLE color: 3534922.
HSL color Cylindrical-coordinate representation of color #4AF035: hue angle of 113.26º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4AF035 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 240 | 53 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.06 |
| HSL | 113.26º | 0.86% | 0.57% | - |
| HSV(B) | 113.26º | 0.78% | 0.94% | - |
| XYZ | 34.63 | 64.03 | 13.9 | - |
| YUV | 169.05 | 62.5 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 53 | 0.69 | 0 | 0.78 | 0.06 | 113.26 | 0.86 | 0.57 |
| Hex | 4A | F0 | 35 | 45 | 0 | 4E | 6 | 71 | 56 | 39 |
| Octal | 112 | 360 | 65 | 105 | 0 | 116 | 6 | 161 | 126 | 71 |
| Binary | 1001010 | 11110000 | 110101 | 1000101 | 0 | 1001110 | 110 | 1110001 | 1010110 | 111001 |
Color Harmonies of #4AF035
Complementary color
Monochromatic Colors of #4AF035
Black with #4AF035
Text Example
Text Example
White with #4AF035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF035; }
p { color: rgb(74,240,53); }
H1.HeaderClassName
{
color: #4AF035;
}
.AnyTagClassName
{
color: #4AF035;
}
</style>
background-color css
<style>
a { background-color: #4AF035; }
a { background-color: rgb(74,240,53); }
div.DivClassName
{
background-color: #4AF035;
}
.BgClassName
{
background-color: #4AF035;
}
</style>
border-color css
<style>
span { border-color: #4AF035; }
span { border-color: rgb(74,240,53); }
td.TdClassName
{
border-color: #4AF035;
}
.TagClassName
{
border-color: #4AF035;
}
</style>