Shades of Lime Green #4CEE44
Tints of Lime Green #4CEE44
RGB
CMYK
RGB Variations
Color information
#4CEE44 (or 0x4CEE44) is known color: Lime Green. HEX triplet: 4C, EE and 44. RGB value is (76,238,68). Sum of RGB (Red+Green+Blue) = 76+238+68=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 238 (93.36% from 255 or 62.30% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 238 - color contains mainly: green. Hex color #4CEE44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEE44 is #B311BB. Grayscale: #AAAAAA. Windows color (decimal): -11735484 or 4517452. OLE color: 4517452.
HSL color Cylindrical-coordinate representation of color #4CEE44: hue angle of 117.18º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4CEE44 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 238 | 68 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.07 |
| HSL | 117.18º | 0.83% | 0.6% | - |
| HSV(B) | 117.18º | 0.71% | 0.93% | - |
| XYZ | 34.6 | 63.1 | 15.83 | - |
| YUV | 170.18 | 70.33 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 238 | 68 | 0.68 | 0 | 0.71 | 0.07 | 117.18 | 0.83 | 0.6 |
| Hex | 4C | EE | 44 | 44 | 0 | 47 | 7 | 75 | 53 | 3C |
| Octal | 114 | 356 | 104 | 104 | 0 | 107 | 7 | 165 | 123 | 74 |
| Binary | 1001100 | 11101110 | 1000100 | 1000100 | 0 | 1000111 | 111 | 1110101 | 1010011 | 111100 |
Color Harmonies of #4CEE44
Complementary color
Monochromatic Colors of #4CEE44
Black with #4CEE44
Text Example
Text Example
White with #4CEE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEE44; }
p { color: rgb(76,238,68); }
H1.HeaderClassName
{
color: #4CEE44;
}
.AnyTagClassName
{
color: #4CEE44;
}
</style>
background-color css
<style>
a { background-color: #4CEE44; }
a { background-color: rgb(76,238,68); }
div.DivClassName
{
background-color: #4CEE44;
}
.BgClassName
{
background-color: #4CEE44;
}
</style>
border-color css
<style>
span { border-color: #4CEE44; }
span { border-color: rgb(76,238,68); }
td.TdClassName
{
border-color: #4CEE44;
}
.TagClassName
{
border-color: #4CEE44;
}
</style>