Shades of Lime Green #4BD22C
Tints of Lime Green #4BD22C
RGB
CMYK
RGB Variations
Color information
#4BD22C (or 0x4BD22C) is known color: Lime Green. HEX triplet: 4B, D2 and 2C. RGB value is (75,210,44). Sum of RGB (Red+Green+Blue) = 75+210+44=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 210 (82.42% from 255 or 63.83% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 210 - color contains mainly: green. Hex color #4BD22C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD22C is #B42DD3. Grayscale: #979797. Windows color (decimal): -11808212 or 2937419. OLE color: 2937419.
HSL color Cylindrical-coordinate representation of color #4BD22C: hue angle of 108.8º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4BD22C is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 210 | 44 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.18 |
| HSL | 108.8º | 0.65% | 0.5% | - |
| HSV(B) | 108.8º | 0.79% | 0.82% | - |
| XYZ | 26.4 | 47.77 | 10.21 | - |
| YUV | 150.71 | 67.77 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 210 | 44 | 0.64 | 0 | 0.79 | 0.18 | 108.8 | 0.65 | 0.5 |
| Hex | 4B | D2 | 2C | 40 | 0 | 4F | 12 | 6D | 41 | 32 |
| Octal | 113 | 322 | 54 | 100 | 0 | 117 | 22 | 155 | 101 | 62 |
| Binary | 1001011 | 11010010 | 101100 | 1000000 | 0 | 1001111 | 10010 | 1101101 | 1000001 | 110010 |
Color Harmonies of #4BD22C
Complementary color
Monochromatic Colors of #4BD22C
Black with #4BD22C
Text Example
Text Example
White with #4BD22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD22C; }
p { color: rgb(75,210,44); }
H1.HeaderClassName
{
color: #4BD22C;
}
.AnyTagClassName
{
color: #4BD22C;
}
</style>
background-color css
<style>
a { background-color: #4BD22C; }
a { background-color: rgb(75,210,44); }
div.DivClassName
{
background-color: #4BD22C;
}
.BgClassName
{
background-color: #4BD22C;
}
</style>
border-color css
<style>
span { border-color: #4BD22C; }
span { border-color: rgb(75,210,44); }
td.TdClassName
{
border-color: #4BD22C;
}
.TagClassName
{
border-color: #4BD22C;
}
</style>