Shades of Lime Green #4BD447
Tints of Lime Green #4BD447
RGB
CMYK
RGB Variations
Color information
#4BD447 (or 0x4BD447) is known color: Lime Green. HEX triplet: 4B, D4 and 47. RGB value is (75,212,71). Sum of RGB (Red+Green+Blue) = 75+212+71=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 212 (83.20% from 255 or 59.22% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 212 - color contains mainly: green. Hex color #4BD447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD447 is #B42BB8. Grayscale: #9B9B9B. Windows color (decimal): -11807673 or 4707403. OLE color: 4707403.
HSL color Cylindrical-coordinate representation of color #4BD447: hue angle of 118.3º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BD447 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 75 | 212 | 71 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.17 |
| HSL | 118.3º | 0.62% | 0.55% | - |
| HSV(B) | 118.3º | 0.67% | 0.83% | - |
| XYZ | 27.58 | 49.04 | 13.97 | - |
| YUV | 154.96 | 80.61 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 212 | 71 | 0.65 | 0 | 0.67 | 0.17 | 118.3 | 0.62 | 0.55 |
| Hex | 4B | D4 | 47 | 41 | 0 | 43 | 11 | 76 | 3E | 37 |
| Octal | 113 | 324 | 107 | 101 | 0 | 103 | 21 | 166 | 76 | 67 |
| Binary | 1001011 | 11010100 | 1000111 | 1000001 | 0 | 1000011 | 10001 | 1110110 | 111110 | 110111 |
Color Harmonies of #4BD447
Complementary color
Monochromatic Colors of #4BD447
Black with #4BD447
Text Example
Text Example
White with #4BD447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD447; }
p { color: rgb(75,212,71); }
H1.HeaderClassName
{
color: #4BD447;
}
.AnyTagClassName
{
color: #4BD447;
}
</style>
background-color css
<style>
a { background-color: #4BD447; }
a { background-color: rgb(75,212,71); }
div.DivClassName
{
background-color: #4BD447;
}
.BgClassName
{
background-color: #4BD447;
}
</style>
border-color css
<style>
span { border-color: #4BD447; }
span { border-color: rgb(75,212,71); }
td.TdClassName
{
border-color: #4BD447;
}
.TagClassName
{
border-color: #4BD447;
}
</style>