Shades of Lime Green #4CC83D
Tints of Lime Green #4CC83D
RGB
CMYK
RGB Variations
Color information
#4CC83D (or 0x4CC83D) is known color: Lime Green. HEX triplet: 4C, C8 and 3D. RGB value is (76,200,61). Sum of RGB (Red+Green+Blue) = 76+200+61=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 200 (78.52% from 255 or 59.35% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 200 - color contains mainly: green. Hex color #4CC83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC83D is #B337C2. Grayscale: #939393. Windows color (decimal): -11745219 or 4048972. OLE color: 4048972.
HSL color Cylindrical-coordinate representation of color #4CC83D: hue angle of 113.53º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CC83D is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 76 | 200 | 61 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.22 |
| HSL | 113.53º | 0.56% | 0.51% | - |
| HSV(B) | 113.53º | 0.7% | 0.78% | - |
| XYZ | 24.48 | 43.18 | 11.46 | - |
| YUV | 147.08 | 79.42 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 200 | 61 | 0.62 | 0 | 0.69 | 0.22 | 113.53 | 0.56 | 0.51 |
| Hex | 4C | C8 | 3D | 3E | 0 | 45 | 16 | 72 | 38 | 33 |
| Octal | 114 | 310 | 75 | 76 | 0 | 105 | 26 | 162 | 70 | 63 |
| Binary | 1001100 | 11001000 | 111101 | 111110 | 0 | 1000101 | 10110 | 1110010 | 111000 | 110011 |
Color Harmonies of #4CC83D
Complementary color
Monochromatic Colors of #4CC83D
Black with #4CC83D
Text Example
Text Example
White with #4CC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC83D; }
p { color: rgb(76,200,61); }
H1.HeaderClassName
{
color: #4CC83D;
}
.AnyTagClassName
{
color: #4CC83D;
}
</style>
background-color css
<style>
a { background-color: #4CC83D; }
a { background-color: rgb(76,200,61); }
div.DivClassName
{
background-color: #4CC83D;
}
.BgClassName
{
background-color: #4CC83D;
}
</style>
border-color css
<style>
span { border-color: #4CC83D; }
span { border-color: rgb(76,200,61); }
td.TdClassName
{
border-color: #4CC83D;
}
.TagClassName
{
border-color: #4CC83D;
}
</style>