Shades of Lime Green #4BC03B
Tints of Lime Green #4BC03B
RGB
CMYK
RGB Variations
Color information
#4BC03B (or 0x4BC03B) is known color: Lime Green. HEX triplet: 4B, C0 and 3B. RGB value is (75,192,59). Sum of RGB (Red+Green+Blue) = 75+192+59=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC03B is #B43FC4. Grayscale: #8E8E8E. Windows color (decimal): -11812805 or 3915851. OLE color: 3915851.
HSL color Cylindrical-coordinate representation of color #4BC03B: hue angle of 112.78º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BC03B is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 192 | 59 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.25 |
| HSL | 112.78º | 0.53% | 0.49% | - |
| HSV(B) | 112.78º | 0.69% | 0.75% | - |
| XYZ | 22.54 | 39.51 | 10.58 | - |
| YUV | 141.86 | 81.24 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 192 | 59 | 0.61 | 0 | 0.69 | 0.25 | 112.78 | 0.53 | 0.49 |
| Hex | 4B | C0 | 3B | 3D | 0 | 45 | 19 | 71 | 35 | 31 |
| Octal | 113 | 300 | 73 | 75 | 0 | 105 | 31 | 161 | 65 | 61 |
| Binary | 1001011 | 11000000 | 111011 | 111101 | 0 | 1000101 | 11001 | 1110001 | 110101 | 110001 |
Color Harmonies of #4BC03B
Complementary color
Monochromatic Colors of #4BC03B
Black with #4BC03B
Text Example
Text Example
White with #4BC03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC03B; }
p { color: rgb(75,192,59); }
H1.HeaderClassName
{
color: #4BC03B;
}
.AnyTagClassName
{
color: #4BC03B;
}
</style>
background-color css
<style>
a { background-color: #4BC03B; }
a { background-color: rgb(75,192,59); }
div.DivClassName
{
background-color: #4BC03B;
}
.BgClassName
{
background-color: #4BC03B;
}
</style>
border-color css
<style>
span { border-color: #4BC03B; }
span { border-color: rgb(75,192,59); }
td.TdClassName
{
border-color: #4BC03B;
}
.TagClassName
{
border-color: #4BC03B;
}
</style>