Shades of Lime Green #4CE945
Tints of Lime Green #4CE945
RGB
CMYK
RGB Variations
Color information
#4CE945 (or 0x4CE945) is known color: Lime Green. HEX triplet: 4C, E9 and 45. RGB value is (76,233,69). Sum of RGB (Red+Green+Blue) = 76+233+69=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 233 (91.41% from 255 or 61.64% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 233 - color contains mainly: green. Hex color #4CE945 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CE945 is #B316BA. Grayscale: #A7A7A7. Windows color (decimal): -11736763 or 4581708. OLE color: 4581708.
HSL color Cylindrical-coordinate representation of color #4CE945: hue angle of 117.44º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CE945 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 233 | 69 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.09 |
| HSL | 117.44º | 0.79% | 0.59% | - |
| HSV(B) | 117.44º | 0.7% | 0.91% | - |
| XYZ | 33.19 | 60.24 | 15.51 | - |
| YUV | 167.36 | 72.49 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 233 | 69 | 0.67 | 0 | 0.70 | 0.09 | 117.44 | 0.79 | 0.59 |
| Hex | 4C | E9 | 45 | 43 | 0 | 46 | 9 | 75 | 4F | 3B |
| Octal | 114 | 351 | 105 | 103 | 0 | 106 | 11 | 165 | 117 | 73 |
| Binary | 1001100 | 11101001 | 1000101 | 1000011 | 0 | 1000110 | 1001 | 1110101 | 1001111 | 111011 |
Color Harmonies of #4CE945
Complementary color
Monochromatic Colors of #4CE945
Black with #4CE945
Text Example
Text Example
White with #4CE945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE945; }
p { color: rgb(76,233,69); }
H1.HeaderClassName
{
color: #4CE945;
}
.AnyTagClassName
{
color: #4CE945;
}
</style>
background-color css
<style>
a { background-color: #4CE945; }
a { background-color: rgb(76,233,69); }
div.DivClassName
{
background-color: #4CE945;
}
.BgClassName
{
background-color: #4CE945;
}
</style>
border-color css
<style>
span { border-color: #4CE945; }
span { border-color: rgb(76,233,69); }
td.TdClassName
{
border-color: #4CE945;
}
.TagClassName
{
border-color: #4CE945;
}
</style>