Shades of Lime Green #4CE236
Tints of Lime Green #4CE236
RGB
CMYK
RGB Variations
Color information
#4CE236 (or 0x4CE236) is known color: Lime Green. HEX triplet: 4C, E2 and 36. RGB value is (76,226,54). Sum of RGB (Red+Green+Blue) = 76+226+54=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 226 (88.67% from 255 or 63.48% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 226 - color contains mainly: green. Hex color #4CE236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE236 is #B31DC9. Grayscale: #A2A2A2. Windows color (decimal): -11738570 or 3596876. OLE color: 3596876.
HSL color Cylindrical-coordinate representation of color #4CE236: hue angle of 112.33º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4CE236 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 226 | 54 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.11 |
| HSL | 112.33º | 0.75% | 0.55% | - |
| HSV(B) | 112.33º | 0.76% | 0.89% | - |
| XYZ | 30.84 | 56.2 | 12.71 | - |
| YUV | 161.54 | 67.31 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 226 | 54 | 0.66 | 0 | 0.76 | 0.11 | 112.33 | 0.75 | 0.55 |
| Hex | 4C | E2 | 36 | 42 | 0 | 4C | B | 70 | 4B | 37 |
| Octal | 114 | 342 | 66 | 102 | 0 | 114 | 13 | 160 | 113 | 67 |
| Binary | 1001100 | 11100010 | 110110 | 1000010 | 0 | 1001100 | 1011 | 1110000 | 1001011 | 110111 |
Color Harmonies of #4CE236
Complementary color
Monochromatic Colors of #4CE236
Black with #4CE236
Text Example
Text Example
White with #4CE236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE236; }
p { color: rgb(76,226,54); }
H1.HeaderClassName
{
color: #4CE236;
}
.AnyTagClassName
{
color: #4CE236;
}
</style>
background-color css
<style>
a { background-color: #4CE236; }
a { background-color: rgb(76,226,54); }
div.DivClassName
{
background-color: #4CE236;
}
.BgClassName
{
background-color: #4CE236;
}
</style>
border-color css
<style>
span { border-color: #4CE236; }
span { border-color: rgb(76,226,54); }
td.TdClassName
{
border-color: #4CE236;
}
.TagClassName
{
border-color: #4CE236;
}
</style>