Shades of Lime Green #4BC942
Tints of Lime Green #4BC942
RGB
CMYK
RGB Variations
Color information
#4BC942 (or 0x4BC942) is known color: Lime Green. HEX triplet: 4B, C9 and 42. RGB value is (75,201,66). Sum of RGB (Red+Green+Blue) = 75+201+66=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 201 (78.91% from 255 or 58.77% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 201 - color contains mainly: green. Hex color #4BC942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC942 is #B436BD. Grayscale: #949494. Windows color (decimal): -11810494 or 4376907. OLE color: 4376907.
HSL color Cylindrical-coordinate representation of color #4BC942: hue angle of 116º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BC942 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 201 | 66 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.21 |
| HSL | 116º | 0.56% | 0.52% | - |
| HSV(B) | 116º | 0.67% | 0.79% | - |
| XYZ | 24.77 | 43.66 | 12.28 | - |
| YUV | 147.94 | 81.76 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 201 | 66 | 0.63 | 0 | 0.67 | 0.21 | 116 | 0.56 | 0.52 |
| Hex | 4B | C9 | 42 | 3F | 0 | 43 | 15 | 74 | 38 | 34 |
| Octal | 113 | 311 | 102 | 77 | 0 | 103 | 25 | 164 | 70 | 64 |
| Binary | 1001011 | 11001001 | 1000010 | 111111 | 0 | 1000011 | 10101 | 1110100 | 111000 | 110100 |
Color Harmonies of #4BC942
Complementary color
Monochromatic Colors of #4BC942
Black with #4BC942
Text Example
Text Example
White with #4BC942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC942; }
p { color: rgb(75,201,66); }
H1.HeaderClassName
{
color: #4BC942;
}
.AnyTagClassName
{
color: #4BC942;
}
</style>
background-color css
<style>
a { background-color: #4BC942; }
a { background-color: rgb(75,201,66); }
div.DivClassName
{
background-color: #4BC942;
}
.BgClassName
{
background-color: #4BC942;
}
</style>
border-color css
<style>
span { border-color: #4BC942; }
span { border-color: rgb(75,201,66); }
td.TdClassName
{
border-color: #4BC942;
}
.TagClassName
{
border-color: #4BC942;
}
</style>