Shades of Lime Green #4CC238
Tints of Lime Green #4CC238
RGB
CMYK
RGB Variations
Color information
#4CC238 (or 0x4CC238) is known color: Lime Green. HEX triplet: 4C, C2 and 38. RGB value is (76,194,56). Sum of RGB (Red+Green+Blue) = 76+194+56=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 194 (76.17% from 255 or 59.51% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 194 - color contains mainly: green. Hex color #4CC238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC238 is #B33DC7. Grayscale: #8F8F8F. Windows color (decimal): -11746760 or 3719756. OLE color: 3719756.
HSL color Cylindrical-coordinate representation of color #4CC238: hue angle of 111.3º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4CC238 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 194 | 56 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.24 |
| HSL | 111.3º | 0.55% | 0.49% | - |
| HSV(B) | 111.3º | 0.71% | 0.76% | - |
| XYZ | 22.99 | 40.41 | 10.33 | - |
| YUV | 142.99 | 78.91 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 194 | 56 | 0.61 | 0 | 0.71 | 0.24 | 111.3 | 0.55 | 0.49 |
| Hex | 4C | C2 | 38 | 3D | 0 | 47 | 18 | 6F | 37 | 31 |
| Octal | 114 | 302 | 70 | 75 | 0 | 107 | 30 | 157 | 67 | 61 |
| Binary | 1001100 | 11000010 | 111000 | 111101 | 0 | 1000111 | 11000 | 1101111 | 110111 | 110001 |
Color Harmonies of #4CC238
Complementary color
Monochromatic Colors of #4CC238
Black with #4CC238
Text Example
Text Example
White with #4CC238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC238; }
p { color: rgb(76,194,56); }
H1.HeaderClassName
{
color: #4CC238;
}
.AnyTagClassName
{
color: #4CC238;
}
</style>
background-color css
<style>
a { background-color: #4CC238; }
a { background-color: rgb(76,194,56); }
div.DivClassName
{
background-color: #4CC238;
}
.BgClassName
{
background-color: #4CC238;
}
</style>
border-color css
<style>
span { border-color: #4CC238; }
span { border-color: rgb(76,194,56); }
td.TdClassName
{
border-color: #4CC238;
}
.TagClassName
{
border-color: #4CC238;
}
</style>