Shades of Lime Green #4CE231
Tints of Lime Green #4CE231
RGB
CMYK
RGB Variations
Color information
#4CE231 (or 0x4CE231) is known color: Lime Green. HEX triplet: 4C, E2 and 31. RGB value is (76,226,49). Sum of RGB (Red+Green+Blue) = 76+226+49=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 226 (88.67% from 255 or 64.39% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 226 - color contains mainly: green. Hex color #4CE231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE231 is #B31DCE. Grayscale: #A1A1A1. Windows color (decimal): -11738575 or 3269196. OLE color: 3269196.
HSL color Cylindrical-coordinate representation of color #4CE231: hue angle of 110.85º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4CE231 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 226 | 49 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.11 |
| HSL | 110.85º | 0.75% | 0.54% | - |
| HSV(B) | 110.85º | 0.78% | 0.89% | - |
| XYZ | 30.73 | 56.15 | 12.12 | - |
| YUV | 160.97 | 64.81 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 226 | 49 | 0.66 | 0 | 0.78 | 0.11 | 110.85 | 0.75 | 0.54 |
| Hex | 4C | E2 | 31 | 42 | 0 | 4E | B | 6F | 4B | 36 |
| Octal | 114 | 342 | 61 | 102 | 0 | 116 | 13 | 157 | 113 | 66 |
| Binary | 1001100 | 11100010 | 110001 | 1000010 | 0 | 1001110 | 1011 | 1101111 | 1001011 | 110110 |
Color Harmonies of #4CE231
Complementary color
Monochromatic Colors of #4CE231
Black with #4CE231
Text Example
Text Example
White with #4CE231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE231; }
p { color: rgb(76,226,49); }
H1.HeaderClassName
{
color: #4CE231;
}
.AnyTagClassName
{
color: #4CE231;
}
</style>
background-color css
<style>
a { background-color: #4CE231; }
a { background-color: rgb(76,226,49); }
div.DivClassName
{
background-color: #4CE231;
}
.BgClassName
{
background-color: #4CE231;
}
</style>
border-color css
<style>
span { border-color: #4CE231; }
span { border-color: rgb(76,226,49); }
td.TdClassName
{
border-color: #4CE231;
}
.TagClassName
{
border-color: #4CE231;
}
</style>