Shades of Lime Green #4BD446
Tints of Lime Green #4BD446
RGB
CMYK
RGB Variations
Color information
#4BD446 (or 0x4BD446) is known color: Lime Green. HEX triplet: 4B, D4 and 46. RGB value is (75,212,70). Sum of RGB (Red+Green+Blue) = 75+212+70=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 212 (83.20% from 255 or 59.38% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 212 - color contains mainly: green. Hex color #4BD446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD446 is #B42BB9. Grayscale: #9B9B9B. Windows color (decimal): -11807674 or 4641867. OLE color: 4641867.
HSL color Cylindrical-coordinate representation of color #4BD446: hue angle of 117.89º 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 #4BD446 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 75 | 212 | 70 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.17 |
| HSL | 117.89º | 0.62% | 0.55% | - |
| HSV(B) | 117.89º | 0.67% | 0.83% | - |
| XYZ | 27.55 | 49.03 | 13.81 | - |
| YUV | 154.85 | 80.11 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 212 | 70 | 0.65 | 0 | 0.67 | 0.17 | 117.89 | 0.62 | 0.55 |
| Hex | 4B | D4 | 46 | 41 | 0 | 43 | 11 | 76 | 3E | 37 |
| Octal | 113 | 324 | 106 | 101 | 0 | 103 | 21 | 166 | 76 | 67 |
| Binary | 1001011 | 11010100 | 1000110 | 1000001 | 0 | 1000011 | 10001 | 1110110 | 111110 | 110111 |
Color Harmonies of #4BD446
Complementary color
Monochromatic Colors of #4BD446
Black with #4BD446
Text Example
Text Example
White with #4BD446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD446; }
p { color: rgb(75,212,70); }
H1.HeaderClassName
{
color: #4BD446;
}
.AnyTagClassName
{
color: #4BD446;
}
</style>
background-color css
<style>
a { background-color: #4BD446; }
a { background-color: rgb(75,212,70); }
div.DivClassName
{
background-color: #4BD446;
}
.BgClassName
{
background-color: #4BD446;
}
</style>
border-color css
<style>
span { border-color: #4BD446; }
span { border-color: rgb(75,212,70); }
td.TdClassName
{
border-color: #4BD446;
}
.TagClassName
{
border-color: #4BD446;
}
</style>