Shades of Lime Green #4BC335
Tints of Lime Green #4BC335
RGB
CMYK
RGB Variations
Color information
#4BC335 (or 0x4BC335) is known color: Lime Green. HEX triplet: 4B, C3 and 35. RGB value is (75,195,53). Sum of RGB (Red+Green+Blue) = 75+195+53=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 195 (76.56% from 255 or 60.37% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 195 - color contains mainly: green. Hex color #4BC335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC335 is #B43CCA. Grayscale: #8F8F8F. Windows color (decimal): -11812043 or 3523403. OLE color: 3523403.
HSL color Cylindrical-coordinate representation of color #4BC335: hue angle of 110.7º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4BC335 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 195 | 53 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.24 |
| HSL | 110.7º | 0.57% | 0.49% | - |
| HSV(B) | 110.7º | 0.73% | 0.76% | - |
| XYZ | 23.06 | 40.78 | 10.02 | - |
| YUV | 142.93 | 77.24 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 195 | 53 | 0.62 | 0 | 0.73 | 0.24 | 110.7 | 0.57 | 0.49 |
| Hex | 4B | C3 | 35 | 3E | 0 | 49 | 18 | 6F | 39 | 31 |
| Octal | 113 | 303 | 65 | 76 | 0 | 111 | 30 | 157 | 71 | 61 |
| Binary | 1001011 | 11000011 | 110101 | 111110 | 0 | 1001001 | 11000 | 1101111 | 111001 | 110001 |
Color Harmonies of #4BC335
Complementary color
Monochromatic Colors of #4BC335
Black with #4BC335
Text Example
Text Example
White with #4BC335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC335; }
p { color: rgb(75,195,53); }
H1.HeaderClassName
{
color: #4BC335;
}
.AnyTagClassName
{
color: #4BC335;
}
</style>
background-color css
<style>
a { background-color: #4BC335; }
a { background-color: rgb(75,195,53); }
div.DivClassName
{
background-color: #4BC335;
}
.BgClassName
{
background-color: #4BC335;
}
</style>
border-color css
<style>
span { border-color: #4BC335; }
span { border-color: rgb(75,195,53); }
td.TdClassName
{
border-color: #4BC335;
}
.TagClassName
{
border-color: #4BC335;
}
</style>