Shades of Lime Green #4CEA2F
Tints of Lime Green #4CEA2F
RGB
CMYK
RGB Variations
Color information
#4CEA2F (or 0x4CEA2F) is known color: Lime Green. HEX triplet: 4C, EA and 2F. RGB value is (76,234,47). Sum of RGB (Red+Green+Blue) = 76+234+47=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 234 (91.80% from 255 or 65.55% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEA2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEA2F is #B315D0. Grayscale: #A6A6A6. Windows color (decimal): -11736529 or 3140172. OLE color: 3140172.
HSL color Cylindrical-coordinate representation of color #4CEA2F: hue angle of 110.7º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4CEA2F is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 234 | 47 | - |
| CMYK | 0.68 | 0 | 0.80 | 0.08 |
| HSL | 110.7º | 0.82% | 0.55% | - |
| HSV(B) | 110.7º | 0.8% | 0.92% | - |
| XYZ | 32.92 | 60.59 | 12.65 | - |
| YUV | 165.44 | 61.15 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 234 | 47 | 0.68 | 0 | 0.80 | 0.08 | 110.7 | 0.82 | 0.55 |
| Hex | 4C | EA | 2F | 44 | 0 | 50 | 8 | 6F | 52 | 37 |
| Octal | 114 | 352 | 57 | 104 | 0 | 120 | 10 | 157 | 122 | 67 |
| Binary | 1001100 | 11101010 | 101111 | 1000100 | 0 | 1010000 | 1000 | 1101111 | 1010010 | 110111 |
Color Harmonies of #4CEA2F
Complementary color
Monochromatic Colors of #4CEA2F
Black with #4CEA2F
Text Example
Text Example
White with #4CEA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEA2F; }
p { color: rgb(76,234,47); }
H1.HeaderClassName
{
color: #4CEA2F;
}
.AnyTagClassName
{
color: #4CEA2F;
}
</style>
background-color css
<style>
a { background-color: #4CEA2F; }
a { background-color: rgb(76,234,47); }
div.DivClassName
{
background-color: #4CEA2F;
}
.BgClassName
{
background-color: #4CEA2F;
}
</style>
border-color css
<style>
span { border-color: #4CEA2F; }
span { border-color: rgb(76,234,47); }
td.TdClassName
{
border-color: #4CEA2F;
}
.TagClassName
{
border-color: #4CEA2F;
}
</style>