Shades of Lime Green #4AE633
Tints of Lime Green #4AE633
RGB
CMYK
RGB Variations
Color information
#4AE633 (or 0x4AE633) is known color: Lime Green. HEX triplet: 4A, E6 and 33. RGB value is (74,230,51). Sum of RGB (Red+Green+Blue) = 74+230+51=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 230 (90.23% from 255 or 64.79% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE633 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AE633 is #B519CC. Grayscale: #A3A3A3. Windows color (decimal): -11868621 or 3401290. OLE color: 3401290.
HSL color Cylindrical-coordinate representation of color #4AE633: hue angle of 112.29º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4AE633 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 230 | 51 | - |
| CMYK | 0.68 | 0 | 0.78 | 0.10 |
| HSL | 112.29º | 0.78% | 0.55% | - |
| HSV(B) | 112.29º | 0.78% | 0.9% | - |
| XYZ | 31.72 | 58.29 | 12.71 | - |
| YUV | 162.95 | 64.82 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 230 | 51 | 0.68 | 0 | 0.78 | 0.10 | 112.29 | 0.78 | 0.55 |
| Hex | 4A | E6 | 33 | 44 | 0 | 4E | A | 70 | 4E | 37 |
| Octal | 112 | 346 | 63 | 104 | 0 | 116 | 12 | 160 | 116 | 67 |
| Binary | 1001010 | 11100110 | 110011 | 1000100 | 0 | 1001110 | 1010 | 1110000 | 1001110 | 110111 |
Color Harmonies of #4AE633
Complementary color
Monochromatic Colors of #4AE633
Black with #4AE633
Text Example
Text Example
White with #4AE633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE633; }
p { color: rgb(74,230,51); }
H1.HeaderClassName
{
color: #4AE633;
}
.AnyTagClassName
{
color: #4AE633;
}
</style>
background-color css
<style>
a { background-color: #4AE633; }
a { background-color: rgb(74,230,51); }
div.DivClassName
{
background-color: #4AE633;
}
.BgClassName
{
background-color: #4AE633;
}
</style>
border-color css
<style>
span { border-color: #4AE633; }
span { border-color: rgb(74,230,51); }
td.TdClassName
{
border-color: #4AE633;
}
.TagClassName
{
border-color: #4AE633;
}
</style>