Shades of Lime Green #4CDF31
Tints of Lime Green #4CDF31
RGB
CMYK
RGB Variations
Color information
#4CDF31 (or 0x4CDF31) is known color: Lime Green. HEX triplet: 4C, DF and 31. RGB value is (76,223,49). Sum of RGB (Red+Green+Blue) = 76+223+49=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 223 (87.5% from 255 or 64.08% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDF31 is #B320CE. Grayscale: #9F9F9F. Windows color (decimal): -11739343 or 3268428. OLE color: 3268428.
HSL color Cylindrical-coordinate representation of color #4CDF31: hue angle of 110.69º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4CDF31 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 49 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.13 |
| HSL | 110.69º | 0.73% | 0.53% | - |
| HSV(B) | 110.69º | 0.78% | 0.87% | - |
| XYZ | 29.92 | 54.53 | 11.85 | - |
| YUV | 159.21 | 65.8 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 49 | 0.66 | 0 | 0.78 | 0.13 | 110.69 | 0.73 | 0.53 |
| Hex | 4C | DF | 31 | 42 | 0 | 4E | D | 6F | 49 | 35 |
| Octal | 114 | 337 | 61 | 102 | 0 | 116 | 15 | 157 | 111 | 65 |
| Binary | 1001100 | 11011111 | 110001 | 1000010 | 0 | 1001110 | 1101 | 1101111 | 1001001 | 110101 |
Color Harmonies of #4CDF31
Complementary color
Monochromatic Colors of #4CDF31
Black with #4CDF31
Text Example
Text Example
White with #4CDF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDF31; }
p { color: rgb(76,223,49); }
H1.HeaderClassName
{
color: #4CDF31;
}
.AnyTagClassName
{
color: #4CDF31;
}
</style>
background-color css
<style>
a { background-color: #4CDF31; }
a { background-color: rgb(76,223,49); }
div.DivClassName
{
background-color: #4CDF31;
}
.BgClassName
{
background-color: #4CDF31;
}
</style>
border-color css
<style>
span { border-color: #4CDF31; }
span { border-color: rgb(76,223,49); }
td.TdClassName
{
border-color: #4CDF31;
}
.TagClassName
{
border-color: #4CDF31;
}
</style>