Shades of Lime Green #4CDF3D
Tints of Lime Green #4CDF3D
RGB
CMYK
RGB Variations
Color information
#4CDF3D (or 0x4CDF3D) is known color: Lime Green. HEX triplet: 4C, DF and 3D. RGB value is (76,223,61). Sum of RGB (Red+Green+Blue) = 76+223+61=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 223 (87.5% from 255 or 61.94% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDF3D is #B320C2. Grayscale: #A1A1A1. Windows color (decimal): -11739331 or 4054860. OLE color: 4054860.
HSL color Cylindrical-coordinate representation of color #4CDF3D: hue angle of 114.44º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4CDF3D is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 61 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.13 |
| HSL | 114.44º | 0.72% | 0.56% | - |
| HSV(B) | 114.44º | 0.73% | 0.87% | - |
| XYZ | 30.21 | 54.65 | 13.37 | - |
| YUV | 160.58 | 71.8 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 61 | 0.66 | 0 | 0.73 | 0.13 | 114.44 | 0.72 | 0.56 |
| Hex | 4C | DF | 3D | 42 | 0 | 49 | D | 72 | 48 | 38 |
| Octal | 114 | 337 | 75 | 102 | 0 | 111 | 15 | 162 | 110 | 70 |
| Binary | 1001100 | 11011111 | 111101 | 1000010 | 0 | 1001001 | 1101 | 1110010 | 1001000 | 111000 |
Color Harmonies of #4CDF3D
Complementary color
Monochromatic Colors of #4CDF3D
Black with #4CDF3D
Text Example
Text Example
White with #4CDF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDF3D; }
p { color: rgb(76,223,61); }
H1.HeaderClassName
{
color: #4CDF3D;
}
.AnyTagClassName
{
color: #4CDF3D;
}
</style>
background-color css
<style>
a { background-color: #4CDF3D; }
a { background-color: rgb(76,223,61); }
div.DivClassName
{
background-color: #4CDF3D;
}
.BgClassName
{
background-color: #4CDF3D;
}
</style>
border-color css
<style>
span { border-color: #4CDF3D; }
span { border-color: rgb(76,223,61); }
td.TdClassName
{
border-color: #4CDF3D;
}
.TagClassName
{
border-color: #4CDF3D;
}
</style>