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