Shades of Lime Green #4BBC3C
Tints of Lime Green #4BBC3C
RGB
CMYK
RGB Variations
Color information
#4BBC3C (or 0x4BBC3C) is known color: Lime Green. HEX triplet: 4B, BC and 3C. RGB value is (75,188,60). Sum of RGB (Red+Green+Blue) = 75+188+60=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBC3C is #B443C3. Grayscale: #8C8C8C. Windows color (decimal): -11813828 or 3980363. OLE color: 3980363.
HSL color Cylindrical-coordinate representation of color #4BBC3C: hue angle of 112.97º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BBC3C is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 60 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.26 |
| HSL | 112.97º | 0.52% | 0.49% | - |
| HSV(B) | 112.97º | 0.68% | 0.74% | - |
| XYZ | 21.7 | 37.79 | 10.43 | - |
| YUV | 139.62 | 83.06 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 60 | 0.60 | 0 | 0.68 | 0.26 | 112.97 | 0.52 | 0.49 |
| Hex | 4B | BC | 3C | 3C | 0 | 44 | 1A | 71 | 34 | 31 |
| Octal | 113 | 274 | 74 | 74 | 0 | 104 | 32 | 161 | 64 | 61 |
| Binary | 1001011 | 10111100 | 111100 | 111100 | 0 | 1000100 | 11010 | 1110001 | 110100 | 110001 |
Color Harmonies of #4BBC3C
Complementary color
Monochromatic Colors of #4BBC3C
Black with #4BBC3C
Text Example
Text Example
White with #4BBC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBC3C; }
p { color: rgb(75,188,60); }
H1.HeaderClassName
{
color: #4BBC3C;
}
.AnyTagClassName
{
color: #4BBC3C;
}
</style>
background-color css
<style>
a { background-color: #4BBC3C; }
a { background-color: rgb(75,188,60); }
div.DivClassName
{
background-color: #4BBC3C;
}
.BgClassName
{
background-color: #4BBC3C;
}
</style>
border-color css
<style>
span { border-color: #4BBC3C; }
span { border-color: rgb(75,188,60); }
td.TdClassName
{
border-color: #4BBC3C;
}
.TagClassName
{
border-color: #4BBC3C;
}
</style>