Shades of Lime Green #4BE647
Tints of Lime Green #4BE647
RGB
CMYK
RGB Variations
Color information
#4BE647 (or 0x4BE647) is known color: Lime Green. HEX triplet: 4B, E6 and 47. RGB value is (75,230,71). Sum of RGB (Red+Green+Blue) = 75+230+71=376 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.95% from 376); Green value is 230 (90.23% from 255 or 61.17% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 230 - color contains mainly: green. Hex color #4BE647 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BE647 is #B419B8. Grayscale: #A6A6A6. Windows color (decimal): -11803065 or 4712011. OLE color: 4712011.
HSL color Cylindrical-coordinate representation of color #4BE647: hue angle of 118.49º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BE647 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 75 | 230 | 71 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.10 |
| HSL | 118.49º | 0.76% | 0.59% | - |
| HSV(B) | 118.49º | 0.69% | 0.9% | - |
| XYZ | 32.34 | 58.54 | 15.56 | - |
| YUV | 165.53 | 74.65 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 230 | 71 | 0.67 | 0 | 0.69 | 0.10 | 118.49 | 0.76 | 0.59 |
| Hex | 4B | E6 | 47 | 43 | 0 | 45 | A | 76 | 4C | 3B |
| Octal | 113 | 346 | 107 | 103 | 0 | 105 | 12 | 166 | 114 | 73 |
| Binary | 1001011 | 11100110 | 1000111 | 1000011 | 0 | 1000101 | 1010 | 1110110 | 1001100 | 111011 |
Color Harmonies of #4BE647
Complementary color
Monochromatic Colors of #4BE647
Black with #4BE647
Text Example
Text Example
White with #4BE647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE647; }
p { color: rgb(75,230,71); }
H1.HeaderClassName
{
color: #4BE647;
}
.AnyTagClassName
{
color: #4BE647;
}
</style>
background-color css
<style>
a { background-color: #4BE647; }
a { background-color: rgb(75,230,71); }
div.DivClassName
{
background-color: #4BE647;
}
.BgClassName
{
background-color: #4BE647;
}
</style>
border-color css
<style>
span { border-color: #4BE647; }
span { border-color: rgb(75,230,71); }
td.TdClassName
{
border-color: #4BE647;
}
.TagClassName
{
border-color: #4BE647;
}
</style>