Shades of Lime Green #4BD245
Tints of Lime Green #4BD245
RGB
CMYK
RGB Variations
Color information
#4BD245 (or 0x4BD245) is known color: Lime Green. HEX triplet: 4B, D2 and 45. RGB value is (75,210,69). Sum of RGB (Red+Green+Blue) = 75+210+69=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 210 (82.42% from 255 or 59.32% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 210 - color contains mainly: green. Hex color #4BD245 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD245 is #B42DBA. Grayscale: #999999. Windows color (decimal): -11808187 or 4575819. OLE color: 4575819.
HSL color Cylindrical-coordinate representation of color #4BD245: hue angle of 117.45º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BD245 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 210 | 69 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.18 |
| HSL | 117.45º | 0.61% | 0.55% | - |
| HSV(B) | 117.45º | 0.67% | 0.82% | - |
| XYZ | 27.02 | 48.02 | 13.47 | - |
| YUV | 153.56 | 80.27 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 210 | 69 | 0.64 | 0 | 0.67 | 0.18 | 117.45 | 0.61 | 0.55 |
| Hex | 4B | D2 | 45 | 40 | 0 | 43 | 12 | 75 | 3D | 37 |
| Octal | 113 | 322 | 105 | 100 | 0 | 103 | 22 | 165 | 75 | 67 |
| Binary | 1001011 | 11010010 | 1000101 | 1000000 | 0 | 1000011 | 10010 | 1110101 | 111101 | 110111 |
Color Harmonies of #4BD245
Complementary color
Monochromatic Colors of #4BD245
Black with #4BD245
Text Example
Text Example
White with #4BD245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD245; }
p { color: rgb(75,210,69); }
H1.HeaderClassName
{
color: #4BD245;
}
.AnyTagClassName
{
color: #4BD245;
}
</style>
background-color css
<style>
a { background-color: #4BD245; }
a { background-color: rgb(75,210,69); }
div.DivClassName
{
background-color: #4BD245;
}
.BgClassName
{
background-color: #4BD245;
}
</style>
border-color css
<style>
span { border-color: #4BD245; }
span { border-color: rgb(75,210,69); }
td.TdClassName
{
border-color: #4BD245;
}
.TagClassName
{
border-color: #4BD245;
}
</style>