Shades of Lime Green #4CE83D
Tints of Lime Green #4CE83D
RGB
CMYK
RGB Variations
Color information
#4CE83D (or 0x4CE83D) is known color: Lime Green. HEX triplet: 4C, E8 and 3D. RGB value is (76,232,61). Sum of RGB (Red+Green+Blue) = 76+232+61=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 232 (91.02% from 255 or 62.87% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 232 - color contains mainly: green. Hex color #4CE83D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CE83D is #B317C2. Grayscale: #A6A6A6. Windows color (decimal): -11737027 or 4057164. OLE color: 4057164.
HSL color Cylindrical-coordinate representation of color #4CE83D: hue angle of 114.74º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4CE83D is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 232 | 61 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.09 |
| HSL | 114.74º | 0.79% | 0.57% | - |
| HSV(B) | 114.74º | 0.74% | 0.91% | - |
| XYZ | 32.68 | 59.59 | 14.19 | - |
| YUV | 165.86 | 68.82 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 232 | 61 | 0.67 | 0 | 0.74 | 0.09 | 114.74 | 0.79 | 0.57 |
| Hex | 4C | E8 | 3D | 43 | 0 | 4A | 9 | 73 | 4F | 39 |
| Octal | 114 | 350 | 75 | 103 | 0 | 112 | 11 | 163 | 117 | 71 |
| Binary | 1001100 | 11101000 | 111101 | 1000011 | 0 | 1001010 | 1001 | 1110011 | 1001111 | 111001 |
Color Harmonies of #4CE83D
Complementary color
Monochromatic Colors of #4CE83D
Black with #4CE83D
Text Example
Text Example
White with #4CE83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE83D; }
p { color: rgb(76,232,61); }
H1.HeaderClassName
{
color: #4CE83D;
}
.AnyTagClassName
{
color: #4CE83D;
}
</style>
background-color css
<style>
a { background-color: #4CE83D; }
a { background-color: rgb(76,232,61); }
div.DivClassName
{
background-color: #4CE83D;
}
.BgClassName
{
background-color: #4CE83D;
}
</style>
border-color css
<style>
span { border-color: #4CE83D; }
span { border-color: rgb(76,232,61); }
td.TdClassName
{
border-color: #4CE83D;
}
.TagClassName
{
border-color: #4CE83D;
}
</style>