Shades of Lime Green #4BCF46
Tints of Lime Green #4BCF46
RGB
CMYK
RGB Variations
Color information
#4BCF46 (or 0x4BCF46) is known color: Lime Green. HEX triplet: 4B, CF and 46. RGB value is (75,207,70). Sum of RGB (Red+Green+Blue) = 75+207+70=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCF46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCF46 is #B430B9. Grayscale: #989898. Windows color (decimal): -11808954 or 4640587. OLE color: 4640587.
HSL color Cylindrical-coordinate representation of color #4BCF46: hue angle of 117.81º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BCF46 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 207 | 70 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.19 |
| HSL | 117.81º | 0.59% | 0.54% | - |
| HSV(B) | 117.81º | 0.66% | 0.81% | - |
| XYZ | 26.32 | 46.56 | 13.39 | - |
| YUV | 151.91 | 81.77 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 207 | 70 | 0.64 | 0 | 0.66 | 0.19 | 117.81 | 0.59 | 0.54 |
| Hex | 4B | CF | 46 | 40 | 0 | 42 | 13 | 76 | 3B | 36 |
| Octal | 113 | 317 | 106 | 100 | 0 | 102 | 23 | 166 | 73 | 66 |
| Binary | 1001011 | 11001111 | 1000110 | 1000000 | 0 | 1000010 | 10011 | 1110110 | 111011 | 110110 |
Color Harmonies of #4BCF46
Complementary color
Monochromatic Colors of #4BCF46
Black with #4BCF46
Text Example
Text Example
White with #4BCF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCF46; }
p { color: rgb(75,207,70); }
H1.HeaderClassName
{
color: #4BCF46;
}
.AnyTagClassName
{
color: #4BCF46;
}
</style>
background-color css
<style>
a { background-color: #4BCF46; }
a { background-color: rgb(75,207,70); }
div.DivClassName
{
background-color: #4BCF46;
}
.BgClassName
{
background-color: #4BCF46;
}
</style>
border-color css
<style>
span { border-color: #4BCF46; }
span { border-color: rgb(75,207,70); }
td.TdClassName
{
border-color: #4BCF46;
}
.TagClassName
{
border-color: #4BCF46;
}
</style>