Shades of Lime Green #4CCC30
Tints of Lime Green #4CCC30
RGB
CMYK
RGB Variations
Color information
#4CCC30 (or 0x4CCC30) is known color: Lime Green. HEX triplet: 4C, CC and 30. RGB value is (76,204,48). Sum of RGB (Red+Green+Blue) = 76+204+48=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 204 (80.08% from 255 or 62.20% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCC30 is #B333CF. Grayscale: #949494. Windows color (decimal): -11744208 or 3198028. OLE color: 3198028.
HSL color Cylindrical-coordinate representation of color #4CCC30: hue angle of 109.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4CCC30 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 48 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.2 |
| HSL | 109.23º | 0.62% | 0.49% | - |
| HSV(B) | 109.23º | 0.76% | 0.8% | - |
| XYZ | 25.11 | 44.94 | 10.15 | - |
| YUV | 147.94 | 71.59 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 48 | 0.63 | 0 | 0.76 | 0.2 | 109.23 | 0.62 | 0.49 |
| Hex | 4C | CC | 30 | 3F | 0 | 4C | 14 | 6D | 3E | 31 |
| Octal | 114 | 314 | 60 | 77 | 0 | 114 | 24 | 155 | 76 | 61 |
| Binary | 1001100 | 11001100 | 110000 | 111111 | 0 | 1001100 | 10100 | 1101101 | 111110 | 110001 |
Color Harmonies of #4CCC30
Complementary color
Monochromatic Colors of #4CCC30
Black with #4CCC30
Text Example
Text Example
White with #4CCC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCC30; }
p { color: rgb(76,204,48); }
H1.HeaderClassName
{
color: #4CCC30;
}
.AnyTagClassName
{
color: #4CCC30;
}
</style>
background-color css
<style>
a { background-color: #4CCC30; }
a { background-color: rgb(76,204,48); }
div.DivClassName
{
background-color: #4CCC30;
}
.BgClassName
{
background-color: #4CCC30;
}
</style>
border-color css
<style>
span { border-color: #4CCC30; }
span { border-color: rgb(76,204,48); }
td.TdClassName
{
border-color: #4CCC30;
}
.TagClassName
{
border-color: #4CCC30;
}
</style>