Shades of Lime Green #4BC245
Tints of Lime Green #4BC245
RGB
CMYK
RGB Variations
Color information
#4BC245 (or 0x4BC245) is known color: Lime Green. HEX triplet: 4B, C2 and 45. RGB value is (75,194,69). Sum of RGB (Red+Green+Blue) = 75+194+69=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 194 (76.17% from 255 or 57.40% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 194 - color contains mainly: green. Hex color #4BC245 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC245 is #B43DBA. Grayscale: #909090. Windows color (decimal): -11812283 or 4571723. OLE color: 4571723.
HSL color Cylindrical-coordinate representation of color #4BC245: hue angle of 117.12º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BC245 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 194 | 69 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.24 |
| HSL | 117.12º | 0.51% | 0.52% | - |
| HSV(B) | 117.12º | 0.64% | 0.76% | - |
| XYZ | 23.27 | 40.51 | 12.22 | - |
| YUV | 144.17 | 85.58 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 194 | 69 | 0.61 | 0 | 0.64 | 0.24 | 117.12 | 0.51 | 0.52 |
| Hex | 4B | C2 | 45 | 3D | 0 | 40 | 18 | 75 | 33 | 34 |
| Octal | 113 | 302 | 105 | 75 | 0 | 100 | 30 | 165 | 63 | 64 |
| Binary | 1001011 | 11000010 | 1000101 | 111101 | 0 | 1000000 | 11000 | 1110101 | 110011 | 110100 |
Color Harmonies of #4BC245
Complementary color
Monochromatic Colors of #4BC245
Black with #4BC245
Text Example
Text Example
White with #4BC245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC245; }
p { color: rgb(75,194,69); }
H1.HeaderClassName
{
color: #4BC245;
}
.AnyTagClassName
{
color: #4BC245;
}
</style>
background-color css
<style>
a { background-color: #4BC245; }
a { background-color: rgb(75,194,69); }
div.DivClassName
{
background-color: #4BC245;
}
.BgClassName
{
background-color: #4BC245;
}
</style>
border-color css
<style>
span { border-color: #4BC245; }
span { border-color: rgb(75,194,69); }
td.TdClassName
{
border-color: #4BC245;
}
.TagClassName
{
border-color: #4BC245;
}
</style>