Shades of Lime Green #4DCB33
Tints of Lime Green #4DCB33
RGB
CMYK
RGB Variations
Color information
#4DCB33 (or 0x4DCB33) is known color: Lime Green. HEX triplet: 4D, CB and 33. RGB value is (77,203,51). Sum of RGB (Red+Green+Blue) = 77+203+51=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 203 (79.69% from 255 or 61.33% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 203 - color contains mainly: green. Hex color #4DCB33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCB33 is #B234CC. Grayscale: #949494. Windows color (decimal): -11678925 or 3394381. OLE color: 3394381.
HSL color Cylindrical-coordinate representation of color #4DCB33: hue angle of 109.74º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4DCB33 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 203 | 51 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.20 |
| HSL | 109.74º | 0.6% | 0.5% | - |
| HSV(B) | 109.74º | 0.75% | 0.8% | - |
| XYZ | 25.01 | 44.53 | 10.41 | - |
| YUV | 148 | 73.26 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 203 | 51 | 0.62 | 0 | 0.75 | 0.20 | 109.74 | 0.6 | 0.5 |
| Hex | 4D | CB | 33 | 3E | 0 | 4B | 14 | 6E | 3C | 32 |
| Octal | 115 | 313 | 63 | 76 | 0 | 113 | 24 | 156 | 74 | 62 |
| Binary | 1001101 | 11001011 | 110011 | 111110 | 0 | 1001011 | 10100 | 1101110 | 111100 | 110010 |
Color Harmonies of #4DCB33
Complementary color
Monochromatic Colors of #4DCB33
Black with #4DCB33
Text Example
Text Example
White with #4DCB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCB33; }
p { color: rgb(77,203,51); }
H1.HeaderClassName
{
color: #4DCB33;
}
.AnyTagClassName
{
color: #4DCB33;
}
</style>
background-color css
<style>
a { background-color: #4DCB33; }
a { background-color: rgb(77,203,51); }
div.DivClassName
{
background-color: #4DCB33;
}
.BgClassName
{
background-color: #4DCB33;
}
</style>
border-color css
<style>
span { border-color: #4DCB33; }
span { border-color: rgb(77,203,51); }
td.TdClassName
{
border-color: #4DCB33;
}
.TagClassName
{
border-color: #4DCB33;
}
</style>