Shades of Lime Green #4CEE38
Tints of Lime Green #4CEE38
RGB
CMYK
RGB Variations
Color information
#4CEE38 (or 0x4CEE38) is known color: Lime Green. HEX triplet: 4C, EE and 38. RGB value is (76,238,56). Sum of RGB (Red+Green+Blue) = 76+238+56=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 238 (93.36% from 255 or 64.32% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 238 - color contains mainly: green. Hex color #4CEE38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEE38 is #B311C7. Grayscale: #A9A9A9. Windows color (decimal): -11735496 or 3731020. OLE color: 3731020.
HSL color Cylindrical-coordinate representation of color #4CEE38: hue angle of 113.41º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4CEE38 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 238 | 56 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.07 |
| HSL | 113.41º | 0.84% | 0.58% | - |
| HSV(B) | 113.41º | 0.76% | 0.93% | - |
| XYZ | 34.27 | 62.97 | 14.09 | - |
| YUV | 168.81 | 64.33 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 238 | 56 | 0.68 | 0 | 0.76 | 0.07 | 113.41 | 0.84 | 0.58 |
| Hex | 4C | EE | 38 | 44 | 0 | 4C | 7 | 71 | 54 | 3A |
| Octal | 114 | 356 | 70 | 104 | 0 | 114 | 7 | 161 | 124 | 72 |
| Binary | 1001100 | 11101110 | 111000 | 1000100 | 0 | 1001100 | 111 | 1110001 | 1010100 | 111010 |
Color Harmonies of #4CEE38
Complementary color
Monochromatic Colors of #4CEE38
Black with #4CEE38
Text Example
Text Example
White with #4CEE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEE38; }
p { color: rgb(76,238,56); }
H1.HeaderClassName
{
color: #4CEE38;
}
.AnyTagClassName
{
color: #4CEE38;
}
</style>
background-color css
<style>
a { background-color: #4CEE38; }
a { background-color: rgb(76,238,56); }
div.DivClassName
{
background-color: #4CEE38;
}
.BgClassName
{
background-color: #4CEE38;
}
</style>
border-color css
<style>
span { border-color: #4CEE38; }
span { border-color: rgb(76,238,56); }
td.TdClassName
{
border-color: #4CEE38;
}
.TagClassName
{
border-color: #4CEE38;
}
</style>