Shades of Lime Green #4BC830
Tints of Lime Green #4BC830
RGB
CMYK
RGB Variations
Color information
#4BC830 (or 0x4BC830) is known color: Lime Green. HEX triplet: 4B, C8 and 30. RGB value is (75,200,48). Sum of RGB (Red+Green+Blue) = 75+200+48=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 200 (78.52% from 255 or 61.92% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC830 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC830 is #B437CF. Grayscale: #919191. Windows color (decimal): -11810768 or 3197003. OLE color: 3197003.
HSL color Cylindrical-coordinate representation of color #4BC830: hue angle of 109.34º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4BC830 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 200 | 48 | - |
| CMYK | 0.62 | 0 | 0.76 | 0.22 |
| HSL | 109.34º | 0.61% | 0.49% | - |
| HSV(B) | 109.34º | 0.76% | 0.78% | - |
| XYZ | 24.09 | 43.02 | 9.83 | - |
| YUV | 145.3 | 73.09 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 200 | 48 | 0.62 | 0 | 0.76 | 0.22 | 109.34 | 0.61 | 0.49 |
| Hex | 4B | C8 | 30 | 3E | 0 | 4C | 16 | 6D | 3D | 31 |
| Octal | 113 | 310 | 60 | 76 | 0 | 114 | 26 | 155 | 75 | 61 |
| Binary | 1001011 | 11001000 | 110000 | 111110 | 0 | 1001100 | 10110 | 1101101 | 111101 | 110001 |
Color Harmonies of #4BC830
Complementary color
Monochromatic Colors of #4BC830
Black with #4BC830
Text Example
Text Example
White with #4BC830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC830; }
p { color: rgb(75,200,48); }
H1.HeaderClassName
{
color: #4BC830;
}
.AnyTagClassName
{
color: #4BC830;
}
</style>
background-color css
<style>
a { background-color: #4BC830; }
a { background-color: rgb(75,200,48); }
div.DivClassName
{
background-color: #4BC830;
}
.BgClassName
{
background-color: #4BC830;
}
</style>
border-color css
<style>
span { border-color: #4BC830; }
span { border-color: rgb(75,200,48); }
td.TdClassName
{
border-color: #4BC830;
}
.TagClassName
{
border-color: #4BC830;
}
</style>