Shades of Lime Green #4AE33D
Tints of Lime Green #4AE33D
RGB
CMYK
RGB Variations
Color information
#4AE33D (or 0x4AE33D) is known color: Lime Green. HEX triplet: 4A, E3 and 3D. RGB value is (74,227,61). Sum of RGB (Red+Green+Blue) = 74+227+61=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 227 (89.06% from 255 or 62.71% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 227 - color contains mainly: green. Hex color #4AE33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE33D is #B51CC2. Grayscale: #A2A2A2. Windows color (decimal): -11869379 or 4055882. OLE color: 4055882.
HSL color Cylindrical-coordinate representation of color #4AE33D: hue angle of 115.3º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4AE33D is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 74 | 227 | 61 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.11 |
| HSL | 115.3º | 0.75% | 0.56% | - |
| HSV(B) | 115.3º | 0.73% | 0.89% | - |
| XYZ | 31.14 | 56.73 | 13.72 | - |
| YUV | 162.33 | 70.81 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 227 | 61 | 0.67 | 0 | 0.73 | 0.11 | 115.3 | 0.75 | 0.56 |
| Hex | 4A | E3 | 3D | 43 | 0 | 49 | B | 73 | 4B | 38 |
| Octal | 112 | 343 | 75 | 103 | 0 | 111 | 13 | 163 | 113 | 70 |
| Binary | 1001010 | 11100011 | 111101 | 1000011 | 0 | 1001001 | 1011 | 1110011 | 1001011 | 111000 |
Color Harmonies of #4AE33D
Complementary color
Monochromatic Colors of #4AE33D
Black with #4AE33D
Text Example
Text Example
White with #4AE33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE33D; }
p { color: rgb(74,227,61); }
H1.HeaderClassName
{
color: #4AE33D;
}
.AnyTagClassName
{
color: #4AE33D;
}
</style>
background-color css
<style>
a { background-color: #4AE33D; }
a { background-color: rgb(74,227,61); }
div.DivClassName
{
background-color: #4AE33D;
}
.BgClassName
{
background-color: #4AE33D;
}
</style>
border-color css
<style>
span { border-color: #4AE33D; }
span { border-color: rgb(74,227,61); }
td.TdClassName
{
border-color: #4AE33D;
}
.TagClassName
{
border-color: #4AE33D;
}
</style>