Shades of Lime Green #4ACD33
Tints of Lime Green #4ACD33
RGB
CMYK
RGB Variations
Color information
#4ACD33 (or 0x4ACD33) is known color: Lime Green. HEX triplet: 4A, CD and 33. RGB value is (74,205,51). Sum of RGB (Red+Green+Blue) = 74+205+51=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 205 (80.47% from 255 or 62.12% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACD33 is #B532CC. Grayscale: #949494. Windows color (decimal): -11875021 or 3394890. OLE color: 3394890.
HSL color Cylindrical-coordinate representation of color #4ACD33: hue angle of 111.04º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4ACD33 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 51 | - |
| CMYK | 0.64 | 0 | 0.75 | 0.20 |
| HSL | 111.04º | 0.61% | 0.5% | - |
| HSV(B) | 111.04º | 0.75% | 0.8% | - |
| XYZ | 25.25 | 45.36 | 10.56 | - |
| YUV | 148.28 | 73.1 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 51 | 0.64 | 0 | 0.75 | 0.20 | 111.04 | 0.61 | 0.5 |
| Hex | 4A | CD | 33 | 40 | 0 | 4B | 14 | 6F | 3D | 32 |
| Octal | 112 | 315 | 63 | 100 | 0 | 113 | 24 | 157 | 75 | 62 |
| Binary | 1001010 | 11001101 | 110011 | 1000000 | 0 | 1001011 | 10100 | 1101111 | 111101 | 110010 |
Color Harmonies of #4ACD33
Complementary color
Monochromatic Colors of #4ACD33
Black with #4ACD33
Text Example
Text Example
White with #4ACD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACD33; }
p { color: rgb(74,205,51); }
H1.HeaderClassName
{
color: #4ACD33;
}
.AnyTagClassName
{
color: #4ACD33;
}
</style>
background-color css
<style>
a { background-color: #4ACD33; }
a { background-color: rgb(74,205,51); }
div.DivClassName
{
background-color: #4ACD33;
}
.BgClassName
{
background-color: #4ACD33;
}
</style>
border-color css
<style>
span { border-color: #4ACD33; }
span { border-color: rgb(74,205,51); }
td.TdClassName
{
border-color: #4ACD33;
}
.TagClassName
{
border-color: #4ACD33;
}
</style>