Shades of Lime Green #4AC33D
Tints of Lime Green #4AC33D
RGB
CMYK
RGB Variations
Color information
#4AC33D (or 0x4AC33D) is known color: Lime Green. HEX triplet: 4A, C3 and 3D. RGB value is (74,195,61). Sum of RGB (Red+Green+Blue) = 74+195+61=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 195 (76.56% from 255 or 59.09% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC33D is #B53CC2. Grayscale: #8F8F8F. Windows color (decimal): -11877571 or 4047690. OLE color: 4047690.
HSL color Cylindrical-coordinate representation of color #4AC33D: hue angle of 114.18º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AC33D is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 61 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.24 |
| HSL | 114.18º | 0.53% | 0.5% | - |
| HSV(B) | 114.18º | 0.69% | 0.76% | - |
| XYZ | 23.18 | 40.82 | 11.07 | - |
| YUV | 143.55 | 81.41 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 61 | 0.62 | 0 | 0.69 | 0.24 | 114.18 | 0.53 | 0.5 |
| Hex | 4A | C3 | 3D | 3E | 0 | 45 | 18 | 72 | 35 | 32 |
| Octal | 112 | 303 | 75 | 76 | 0 | 105 | 30 | 162 | 65 | 62 |
| Binary | 1001010 | 11000011 | 111101 | 111110 | 0 | 1000101 | 11000 | 1110010 | 110101 | 110010 |
Color Harmonies of #4AC33D
Complementary color
Monochromatic Colors of #4AC33D
Black with #4AC33D
Text Example
Text Example
White with #4AC33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC33D; }
p { color: rgb(74,195,61); }
H1.HeaderClassName
{
color: #4AC33D;
}
.AnyTagClassName
{
color: #4AC33D;
}
</style>
background-color css
<style>
a { background-color: #4AC33D; }
a { background-color: rgb(74,195,61); }
div.DivClassName
{
background-color: #4AC33D;
}
.BgClassName
{
background-color: #4AC33D;
}
</style>
border-color css
<style>
span { border-color: #4AC33D; }
span { border-color: rgb(74,195,61); }
td.TdClassName
{
border-color: #4AC33D;
}
.TagClassName
{
border-color: #4AC33D;
}
</style>