Shades of Lime Green #4ACC3F
Tints of Lime Green #4ACC3F
RGB
CMYK
RGB Variations
Color information
#4ACC3F (or 0x4ACC3F) is known color: Lime Green. HEX triplet: 4A, CC and 3F. RGB value is (74,204,63). Sum of RGB (Red+Green+Blue) = 74+204+63=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 204 (80.08% from 255 or 59.82% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACC3F is #B533C0. Grayscale: #959595. Windows color (decimal): -11875265 or 4181066. OLE color: 4181066.
HSL color Cylindrical-coordinate representation of color #4ACC3F: hue angle of 115.32º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ACC3F is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 204 | 63 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.2 |
| HSL | 115.32º | 0.58% | 0.52% | - |
| HSV(B) | 115.32º | 0.69% | 0.8% | - |
| XYZ | 25.31 | 45 | 12.05 | - |
| YUV | 149.06 | 79.43 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 204 | 63 | 0.64 | 0 | 0.69 | 0.2 | 115.32 | 0.58 | 0.52 |
| Hex | 4A | CC | 3F | 40 | 0 | 45 | 14 | 73 | 3A | 34 |
| Octal | 112 | 314 | 77 | 100 | 0 | 105 | 24 | 163 | 72 | 64 |
| Binary | 1001010 | 11001100 | 111111 | 1000000 | 0 | 1000101 | 10100 | 1110011 | 111010 | 110100 |
Color Harmonies of #4ACC3F
Complementary color
Monochromatic Colors of #4ACC3F
Black with #4ACC3F
Text Example
Text Example
White with #4ACC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACC3F; }
p { color: rgb(74,204,63); }
H1.HeaderClassName
{
color: #4ACC3F;
}
.AnyTagClassName
{
color: #4ACC3F;
}
</style>
background-color css
<style>
a { background-color: #4ACC3F; }
a { background-color: rgb(74,204,63); }
div.DivClassName
{
background-color: #4ACC3F;
}
.BgClassName
{
background-color: #4ACC3F;
}
</style>
border-color css
<style>
span { border-color: #4ACC3F; }
span { border-color: rgb(74,204,63); }
td.TdClassName
{
border-color: #4ACC3F;
}
.TagClassName
{
border-color: #4ACC3F;
}
</style>