Shades of Lime Green #4CC33C
Tints of Lime Green #4CC33C
RGB
CMYK
RGB Variations
Color information
#4CC33C (or 0x4CC33C) is known color: Lime Green. HEX triplet: 4C, C3 and 3C. RGB value is (76,195,60). Sum of RGB (Red+Green+Blue) = 76+195+60=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #4CC33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC33C is #B33CC3. Grayscale: #909090. Windows color (decimal): -11746500 or 3982156. OLE color: 3982156.
HSL color Cylindrical-coordinate representation of color #4CC33C: hue angle of 112.89º 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 #4CC33C is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 195 | 60 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.24 |
| HSL | 112.89º | 0.53% | 0.5% | - |
| HSV(B) | 112.89º | 0.69% | 0.76% | - |
| XYZ | 23.31 | 40.89 | 10.94 | - |
| YUV | 144.03 | 80.58 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 195 | 60 | 0.61 | 0 | 0.69 | 0.24 | 112.89 | 0.53 | 0.5 |
| Hex | 4C | C3 | 3C | 3D | 0 | 45 | 18 | 71 | 35 | 32 |
| Octal | 114 | 303 | 74 | 75 | 0 | 105 | 30 | 161 | 65 | 62 |
| Binary | 1001100 | 11000011 | 111100 | 111101 | 0 | 1000101 | 11000 | 1110001 | 110101 | 110010 |
Color Harmonies of #4CC33C
Complementary color
Monochromatic Colors of #4CC33C
Black with #4CC33C
Text Example
Text Example
White with #4CC33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC33C; }
p { color: rgb(76,195,60); }
H1.HeaderClassName
{
color: #4CC33C;
}
.AnyTagClassName
{
color: #4CC33C;
}
</style>
background-color css
<style>
a { background-color: #4CC33C; }
a { background-color: rgb(76,195,60); }
div.DivClassName
{
background-color: #4CC33C;
}
.BgClassName
{
background-color: #4CC33C;
}
</style>
border-color css
<style>
span { border-color: #4CC33C; }
span { border-color: rgb(76,195,60); }
td.TdClassName
{
border-color: #4CC33C;
}
.TagClassName
{
border-color: #4CC33C;
}
</style>