Shades of Lime Green #4CD04A
Tints of Lime Green #4CD04A
RGB
CMYK
RGB Variations
Color information
#4CD04A (or 0x4CD04A) is known color: Lime Green. HEX triplet: 4C, D0 and 4A. RGB value is (76,208,74). Sum of RGB (Red+Green+Blue) = 76+208+74=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 208 (81.64% from 255 or 58.10% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 208 - color contains mainly: green. Hex color #4CD04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD04A is #B32FB5. Grayscale: #999999. Windows color (decimal): -11743158 or 4902988. OLE color: 4902988.
HSL color Cylindrical-coordinate representation of color #4CD04A: hue angle of 119.1º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD04A is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 208 | 74 | - |
| CMYK | 0.63 | 0 | 0.64 | 0.18 |
| HSL | 119.1º | 0.59% | 0.55% | - |
| HSV(B) | 119.1º | 0.64% | 0.82% | - |
| XYZ | 26.77 | 47.14 | 14.17 | - |
| YUV | 153.26 | 83.27 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 208 | 74 | 0.63 | 0 | 0.64 | 0.18 | 119.1 | 0.59 | 0.55 |
| Hex | 4C | D0 | 4A | 3F | 0 | 40 | 12 | 77 | 3B | 37 |
| Octal | 114 | 320 | 112 | 77 | 0 | 100 | 22 | 167 | 73 | 67 |
| Binary | 1001100 | 11010000 | 1001010 | 111111 | 0 | 1000000 | 10010 | 1110111 | 111011 | 110111 |
Color Harmonies of #4CD04A
Complementary color
Monochromatic Colors of #4CD04A
Black with #4CD04A
Text Example
Text Example
White with #4CD04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD04A; }
p { color: rgb(76,208,74); }
H1.HeaderClassName
{
color: #4CD04A;
}
.AnyTagClassName
{
color: #4CD04A;
}
</style>
background-color css
<style>
a { background-color: #4CD04A; }
a { background-color: rgb(76,208,74); }
div.DivClassName
{
background-color: #4CD04A;
}
.BgClassName
{
background-color: #4CD04A;
}
</style>
border-color css
<style>
span { border-color: #4CD04A; }
span { border-color: rgb(76,208,74); }
td.TdClassName
{
border-color: #4CD04A;
}
.TagClassName
{
border-color: #4CD04A;
}
</style>