Shades of Lime Green #4BD633
Tints of Lime Green #4BD633
RGB
CMYK
RGB Variations
Color information
#4BD633 (or 0x4BD633) is known color: Lime Green. HEX triplet: 4B, D6 and 33. RGB value is (75,214,51). Sum of RGB (Red+Green+Blue) = 75+214+51=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 214 (83.98% from 255 or 62.94% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 214 - color contains mainly: green. Hex color #4BD633 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD633 is #B429CC. Grayscale: #9A9A9A. Windows color (decimal): -11807181 or 3397195. OLE color: 3397195.
HSL color Cylindrical-coordinate representation of color #4BD633: hue angle of 111.17º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4BD633 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 214 | 51 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.16 |
| HSL | 111.17º | 0.67% | 0.52% | - |
| HSV(B) | 111.17º | 0.76% | 0.84% | - |
| XYZ | 27.55 | 49.83 | 11.3 | - |
| YUV | 153.86 | 69.95 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 214 | 51 | 0.65 | 0 | 0.76 | 0.16 | 111.17 | 0.67 | 0.52 |
| Hex | 4B | D6 | 33 | 41 | 0 | 4C | 10 | 6F | 43 | 34 |
| Octal | 113 | 326 | 63 | 101 | 0 | 114 | 20 | 157 | 103 | 64 |
| Binary | 1001011 | 11010110 | 110011 | 1000001 | 0 | 1001100 | 10000 | 1101111 | 1000011 | 110100 |
Color Harmonies of #4BD633
Complementary color
Monochromatic Colors of #4BD633
Black with #4BD633
Text Example
Text Example
White with #4BD633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD633; }
p { color: rgb(75,214,51); }
H1.HeaderClassName
{
color: #4BD633;
}
.AnyTagClassName
{
color: #4BD633;
}
</style>
background-color css
<style>
a { background-color: #4BD633; }
a { background-color: rgb(75,214,51); }
div.DivClassName
{
background-color: #4BD633;
}
.BgClassName
{
background-color: #4BD633;
}
</style>
border-color css
<style>
span { border-color: #4BD633; }
span { border-color: rgb(75,214,51); }
td.TdClassName
{
border-color: #4BD633;
}
.TagClassName
{
border-color: #4BD633;
}
</style>