Shades of Lime Green #4BD445
Tints of Lime Green #4BD445
RGB
CMYK
RGB Variations
Color information
#4BD445 (or 0x4BD445) is known color: Lime Green. HEX triplet: 4B, D4 and 45. RGB value is (75,212,69). Sum of RGB (Red+Green+Blue) = 75+212+69=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 212 (83.20% from 255 or 59.55% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 212 - color contains mainly: green. Hex color #4BD445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD445 is #B42BBA. Grayscale: #9B9B9B. Windows color (decimal): -11807675 or 4576331. OLE color: 4576331.
HSL color Cylindrical-coordinate representation of color #4BD445: hue angle of 117.48º 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 #4BD445 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 75 | 212 | 69 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.17 |
| HSL | 117.48º | 0.62% | 0.55% | - |
| HSV(B) | 117.48º | 0.67% | 0.83% | - |
| XYZ | 27.52 | 49.01 | 13.64 | - |
| YUV | 154.74 | 79.61 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 212 | 69 | 0.65 | 0 | 0.67 | 0.17 | 117.48 | 0.62 | 0.55 |
| Hex | 4B | D4 | 45 | 41 | 0 | 43 | 11 | 75 | 3E | 37 |
| Octal | 113 | 324 | 105 | 101 | 0 | 103 | 21 | 165 | 76 | 67 |
| Binary | 1001011 | 11010100 | 1000101 | 1000001 | 0 | 1000011 | 10001 | 1110101 | 111110 | 110111 |
Color Harmonies of #4BD445
Complementary color
Monochromatic Colors of #4BD445
Black with #4BD445
Text Example
Text Example
White with #4BD445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD445; }
p { color: rgb(75,212,69); }
H1.HeaderClassName
{
color: #4BD445;
}
.AnyTagClassName
{
color: #4BD445;
}
</style>
background-color css
<style>
a { background-color: #4BD445; }
a { background-color: rgb(75,212,69); }
div.DivClassName
{
background-color: #4BD445;
}
.BgClassName
{
background-color: #4BD445;
}
</style>
border-color css
<style>
span { border-color: #4BD445; }
span { border-color: rgb(75,212,69); }
td.TdClassName
{
border-color: #4BD445;
}
.TagClassName
{
border-color: #4BD445;
}
</style>