Shades of Lime Green #4AF935
Tints of Lime Green #4AF935
RGB
CMYK
RGB Variations
Color information
#4AF935 (or 0x4AF935) is known color: Lime Green. HEX triplet: 4A, F9 and 35. RGB value is (74,249,53). Sum of RGB (Red+Green+Blue) = 74+249+53=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 249 (97.66% from 255 or 66.22% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF935 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF935 is #B506CA. Grayscale: #AEAEAE. Windows color (decimal): -11863755 or 3537226. OLE color: 3537226.
HSL color Cylindrical-coordinate representation of color #4AF935: hue angle of 113.57º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4AF935 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 53 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.02 |
| HSL | 113.57º | 0.94% | 0.59% | - |
| HSV(B) | 113.57º | 0.79% | 0.98% | - |
| XYZ | 37.34 | 69.46 | 14.81 | - |
| YUV | 174.33 | 59.52 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 53 | 0.70 | 0 | 0.79 | 0.02 | 113.57 | 0.94 | 0.59 |
| Hex | 4A | F9 | 35 | 46 | 0 | 4F | 2 | 72 | 5E | 3B |
| Octal | 112 | 371 | 65 | 106 | 0 | 117 | 2 | 162 | 136 | 73 |
| Binary | 1001010 | 11111001 | 110101 | 1000110 | 0 | 1001111 | 10 | 1110010 | 1011110 | 111011 |
Color Harmonies of #4AF935
Complementary color
Monochromatic Colors of #4AF935
Black with #4AF935
Text Example
Text Example
White with #4AF935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF935; }
p { color: rgb(74,249,53); }
H1.HeaderClassName
{
color: #4AF935;
}
.AnyTagClassName
{
color: #4AF935;
}
</style>
background-color css
<style>
a { background-color: #4AF935; }
a { background-color: rgb(74,249,53); }
div.DivClassName
{
background-color: #4AF935;
}
.BgClassName
{
background-color: #4AF935;
}
</style>
border-color css
<style>
span { border-color: #4AF935; }
span { border-color: rgb(74,249,53); }
td.TdClassName
{
border-color: #4AF935;
}
.TagClassName
{
border-color: #4AF935;
}
</style>