Shades of Lime Green #4BE649
Tints of Lime Green #4BE649
RGB
CMYK
RGB Variations
Color information
#4BE649 (or 0x4BE649) is known color: Lime Green. HEX triplet: 4B, E6 and 49. RGB value is (75,230,73). Sum of RGB (Red+Green+Blue) = 75+230+73=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 230 (90.23% from 255 or 60.85% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 230 - color contains mainly: green. Hex color #4BE649 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BE649 is #B419B6. Grayscale: #A6A6A6. Windows color (decimal): -11803063 or 4843083. OLE color: 4843083.
HSL color Cylindrical-coordinate representation of color #4BE649: hue angle of 119.24º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BE649 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 75 | 230 | 73 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.10 |
| HSL | 119.24º | 0.76% | 0.59% | - |
| HSV(B) | 119.24º | 0.68% | 0.9% | - |
| XYZ | 32.4 | 58.57 | 15.9 | - |
| YUV | 165.76 | 75.65 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 230 | 73 | 0.67 | 0 | 0.68 | 0.10 | 119.24 | 0.76 | 0.59 |
| Hex | 4B | E6 | 49 | 43 | 0 | 44 | A | 77 | 4C | 3B |
| Octal | 113 | 346 | 111 | 103 | 0 | 104 | 12 | 167 | 114 | 73 |
| Binary | 1001011 | 11100110 | 1001001 | 1000011 | 0 | 1000100 | 1010 | 1110111 | 1001100 | 111011 |
Color Harmonies of #4BE649
Complementary color
Monochromatic Colors of #4BE649
Black with #4BE649
Text Example
Text Example
White with #4BE649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE649; }
p { color: rgb(75,230,73); }
H1.HeaderClassName
{
color: #4BE649;
}
.AnyTagClassName
{
color: #4BE649;
}
</style>
background-color css
<style>
a { background-color: #4BE649; }
a { background-color: rgb(75,230,73); }
div.DivClassName
{
background-color: #4BE649;
}
.BgClassName
{
background-color: #4BE649;
}
</style>
border-color css
<style>
span { border-color: #4BE649; }
span { border-color: rgb(75,230,73); }
td.TdClassName
{
border-color: #4BE649;
}
.TagClassName
{
border-color: #4BE649;
}
</style>