Shades of Lime Green #4BBF3F
Tints of Lime Green #4BBF3F
RGB
CMYK
RGB Variations
Color information
#4BBF3F (or 0x4BBF3F) is known color: Lime Green. HEX triplet: 4B, BF and 3F. RGB value is (75,191,63). Sum of RGB (Red+Green+Blue) = 75+191+63=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 191 (75% from 255 or 58.05% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBF3F is #B440C0. Grayscale: #8E8E8E. Windows color (decimal): -11813057 or 4177739. OLE color: 4177739.
HSL color Cylindrical-coordinate representation of color #4BBF3F: hue angle of 114.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BBF3F is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 191 | 63 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.25 |
| HSL | 114.38º | 0.5% | 0.5% | - |
| HSV(B) | 114.38º | 0.67% | 0.75% | - |
| XYZ | 22.43 | 39.12 | 11.07 | - |
| YUV | 141.72 | 83.57 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 191 | 63 | 0.61 | 0 | 0.67 | 0.25 | 114.38 | 0.5 | 0.5 |
| Hex | 4B | BF | 3F | 3D | 0 | 43 | 19 | 72 | 32 | 32 |
| Octal | 113 | 277 | 77 | 75 | 0 | 103 | 31 | 162 | 62 | 62 |
| Binary | 1001011 | 10111111 | 111111 | 111101 | 0 | 1000011 | 11001 | 1110010 | 110010 | 110010 |
Color Harmonies of #4BBF3F
Complementary color
Monochromatic Colors of #4BBF3F
Black with #4BBF3F
Text Example
Text Example
White with #4BBF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBF3F; }
p { color: rgb(75,191,63); }
H1.HeaderClassName
{
color: #4BBF3F;
}
.AnyTagClassName
{
color: #4BBF3F;
}
</style>
background-color css
<style>
a { background-color: #4BBF3F; }
a { background-color: rgb(75,191,63); }
div.DivClassName
{
background-color: #4BBF3F;
}
.BgClassName
{
background-color: #4BBF3F;
}
</style>
border-color css
<style>
span { border-color: #4BBF3F; }
span { border-color: rgb(75,191,63); }
td.TdClassName
{
border-color: #4BBF3F;
}
.TagClassName
{
border-color: #4BBF3F;
}
</style>