Shades of Lime Green #4CD63D
Tints of Lime Green #4CD63D
RGB
CMYK
RGB Variations
Color information
#4CD63D (or 0x4CD63D) is known color: Lime Green. HEX triplet: 4C, D6 and 3D. RGB value is (76,214,61). Sum of RGB (Red+Green+Blue) = 76+214+61=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 214 (83.98% from 255 or 60.97% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 214 - color contains mainly: green. Hex color #4CD63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD63D is #B329C2. Grayscale: #9B9B9B. Windows color (decimal): -11741635 or 4052556. OLE color: 4052556.
HSL color Cylindrical-coordinate representation of color #4CD63D: hue angle of 114.12º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4CD63D is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 214 | 61 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.16 |
| HSL | 114.12º | 0.65% | 0.54% | - |
| HSV(B) | 114.12º | 0.71% | 0.84% | - |
| XYZ | 27.87 | 49.97 | 12.59 | - |
| YUV | 155.3 | 74.78 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 214 | 61 | 0.64 | 0 | 0.71 | 0.16 | 114.12 | 0.65 | 0.54 |
| Hex | 4C | D6 | 3D | 40 | 0 | 47 | 10 | 72 | 41 | 36 |
| Octal | 114 | 326 | 75 | 100 | 0 | 107 | 20 | 162 | 101 | 66 |
| Binary | 1001100 | 11010110 | 111101 | 1000000 | 0 | 1000111 | 10000 | 1110010 | 1000001 | 110110 |
Color Harmonies of #4CD63D
Complementary color
Monochromatic Colors of #4CD63D
Black with #4CD63D
Text Example
Text Example
White with #4CD63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD63D; }
p { color: rgb(76,214,61); }
H1.HeaderClassName
{
color: #4CD63D;
}
.AnyTagClassName
{
color: #4CD63D;
}
</style>
background-color css
<style>
a { background-color: #4CD63D; }
a { background-color: rgb(76,214,61); }
div.DivClassName
{
background-color: #4CD63D;
}
.BgClassName
{
background-color: #4CD63D;
}
</style>
border-color css
<style>
span { border-color: #4CD63D; }
span { border-color: rgb(76,214,61); }
td.TdClassName
{
border-color: #4CD63D;
}
.TagClassName
{
border-color: #4CD63D;
}
</style>