Shades of Lime Green #4CCE4A
Tints of Lime Green #4CCE4A
RGB
CMYK
RGB Variations
Color information
#4CCE4A (or 0x4CCE4A) is known color: Lime Green. HEX triplet: 4C, CE and 4A. RGB value is (76,206,74). Sum of RGB (Red+Green+Blue) = 76+206+74=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #4CCE4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCE4A is #B331B5. Grayscale: #989898. Windows color (decimal): -11743670 or 4902476. OLE color: 4902476.
HSL color Cylindrical-coordinate representation of color #4CCE4A: hue angle of 119.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CCE4A is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 206 | 74 | - |
| CMYK | 0.63 | 0 | 0.64 | 0.19 |
| HSL | 119.09º | 0.57% | 0.55% | - |
| HSV(B) | 119.09º | 0.64% | 0.81% | - |
| XYZ | 26.29 | 46.17 | 14.01 | - |
| YUV | 152.08 | 83.93 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 206 | 74 | 0.63 | 0 | 0.64 | 0.19 | 119.09 | 0.57 | 0.55 |
| Hex | 4C | CE | 4A | 3F | 0 | 40 | 13 | 77 | 39 | 37 |
| Octal | 114 | 316 | 112 | 77 | 0 | 100 | 23 | 167 | 71 | 67 |
| Binary | 1001100 | 11001110 | 1001010 | 111111 | 0 | 1000000 | 10011 | 1110111 | 111001 | 110111 |
Color Harmonies of #4CCE4A
Complementary color
Monochromatic Colors of #4CCE4A
Black with #4CCE4A
Text Example
Text Example
White with #4CCE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCE4A; }
p { color: rgb(76,206,74); }
H1.HeaderClassName
{
color: #4CCE4A;
}
.AnyTagClassName
{
color: #4CCE4A;
}
</style>
background-color css
<style>
a { background-color: #4CCE4A; }
a { background-color: rgb(76,206,74); }
div.DivClassName
{
background-color: #4CCE4A;
}
.BgClassName
{
background-color: #4CCE4A;
}
</style>
border-color css
<style>
span { border-color: #4CCE4A; }
span { border-color: rgb(76,206,74); }
td.TdClassName
{
border-color: #4CCE4A;
}
.TagClassName
{
border-color: #4CCE4A;
}
</style>