Shades of Lime Green #4ACB34
Tints of Lime Green #4ACB34
RGB
CMYK
RGB Variations
Color information
#4ACB34 (or 0x4ACB34) is known color: Lime Green. HEX triplet: 4A, CB and 34. RGB value is (74,203,52). Sum of RGB (Red+Green+Blue) = 74+203+52=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 203 (79.69% from 255 or 61.70% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACB34 is #B534CB. Grayscale: #939393. Windows color (decimal): -11875532 or 3459914. OLE color: 3459914.
HSL color Cylindrical-coordinate representation of color #4ACB34: hue angle of 111.26º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4ACB34 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 52 | - |
| CMYK | 0.64 | 0 | 0.74 | 0.20 |
| HSL | 111.26º | 0.59% | 0.5% | - |
| HSV(B) | 111.26º | 0.74% | 0.8% | - |
| XYZ | 24.8 | 44.42 | 10.51 | - |
| YUV | 147.22 | 74.26 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 52 | 0.64 | 0 | 0.74 | 0.20 | 111.26 | 0.59 | 0.5 |
| Hex | 4A | CB | 34 | 40 | 0 | 4A | 14 | 6F | 3B | 32 |
| Octal | 112 | 313 | 64 | 100 | 0 | 112 | 24 | 157 | 73 | 62 |
| Binary | 1001010 | 11001011 | 110100 | 1000000 | 0 | 1001010 | 10100 | 1101111 | 111011 | 110010 |
Color Harmonies of #4ACB34
Complementary color
Monochromatic Colors of #4ACB34
Black with #4ACB34
Text Example
Text Example
White with #4ACB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB34; }
p { color: rgb(74,203,52); }
H1.HeaderClassName
{
color: #4ACB34;
}
.AnyTagClassName
{
color: #4ACB34;
}
</style>
background-color css
<style>
a { background-color: #4ACB34; }
a { background-color: rgb(74,203,52); }
div.DivClassName
{
background-color: #4ACB34;
}
.BgClassName
{
background-color: #4ACB34;
}
</style>
border-color css
<style>
span { border-color: #4ACB34; }
span { border-color: rgb(74,203,52); }
td.TdClassName
{
border-color: #4ACB34;
}
.TagClassName
{
border-color: #4ACB34;
}
</style>