Shades of Lime Green #4BD635
Tints of Lime Green #4BD635
RGB
CMYK
RGB Variations
Color information
#4BD635 (or 0x4BD635) is known color: Lime Green. HEX triplet: 4B, D6 and 35. RGB value is (75,214,53). Sum of RGB (Red+Green+Blue) = 75+214+53=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 214 (83.98% from 255 or 62.57% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 214 - color contains mainly: green. Hex color #4BD635 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD635 is #B429CA. Grayscale: #9A9A9A. Windows color (decimal): -11807179 or 3528267. OLE color: 3528267.
HSL color Cylindrical-coordinate representation of color #4BD635: hue angle of 111.8º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4BD635 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 214 | 53 | - |
| CMYK | 0.65 | 0 | 0.75 | 0.16 |
| HSL | 111.8º | 0.66% | 0.52% | - |
| HSV(B) | 111.8º | 0.75% | 0.84% | - |
| XYZ | 27.59 | 49.85 | 11.54 | - |
| YUV | 154.09 | 70.95 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 214 | 53 | 0.65 | 0 | 0.75 | 0.16 | 111.8 | 0.66 | 0.52 |
| Hex | 4B | D6 | 35 | 41 | 0 | 4B | 10 | 70 | 42 | 34 |
| Octal | 113 | 326 | 65 | 101 | 0 | 113 | 20 | 160 | 102 | 64 |
| Binary | 1001011 | 11010110 | 110101 | 1000001 | 0 | 1001011 | 10000 | 1110000 | 1000010 | 110100 |
Color Harmonies of #4BD635
Complementary color
Monochromatic Colors of #4BD635
Black with #4BD635
Text Example
Text Example
White with #4BD635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD635; }
p { color: rgb(75,214,53); }
H1.HeaderClassName
{
color: #4BD635;
}
.AnyTagClassName
{
color: #4BD635;
}
</style>
background-color css
<style>
a { background-color: #4BD635; }
a { background-color: rgb(75,214,53); }
div.DivClassName
{
background-color: #4BD635;
}
.BgClassName
{
background-color: #4BD635;
}
</style>
border-color css
<style>
span { border-color: #4BD635; }
span { border-color: rgb(75,214,53); }
td.TdClassName
{
border-color: #4BD635;
}
.TagClassName
{
border-color: #4BD635;
}
</style>