Shades of Lime Green #4BF03C
Tints of Lime Green #4BF03C
RGB
CMYK
RGB Variations
Color information
#4BF03C (or 0x4BF03C) is known color: Lime Green. HEX triplet: 4B, F0 and 3C. RGB value is (75,240,60). Sum of RGB (Red+Green+Blue) = 75+240+60=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 240 (94.14% from 255 or 64% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 240 - color contains mainly: green. Hex color #4BF03C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF03C is #B40FC3. Grayscale: #AAAAAA. Windows color (decimal): -11800516 or 3993675. OLE color: 3993675.
HSL color Cylindrical-coordinate representation of color #4BF03C: hue angle of 115º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4BF03C is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 240 | 60 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.06 |
| HSL | 115º | 0.86% | 0.59% | - |
| HSV(B) | 115º | 0.75% | 0.94% | - |
| XYZ | 34.88 | 64.14 | 14.82 | - |
| YUV | 170.15 | 65.84 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 240 | 60 | 0.69 | 0 | 0.75 | 0.06 | 115 | 0.86 | 0.59 |
| Hex | 4B | F0 | 3C | 45 | 0 | 4B | 6 | 73 | 56 | 3B |
| Octal | 113 | 360 | 74 | 105 | 0 | 113 | 6 | 163 | 126 | 73 |
| Binary | 1001011 | 11110000 | 111100 | 1000101 | 0 | 1001011 | 110 | 1110011 | 1010110 | 111011 |
Color Harmonies of #4BF03C
Complementary color
Monochromatic Colors of #4BF03C
Black with #4BF03C
Text Example
Text Example
White with #4BF03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF03C; }
p { color: rgb(75,240,60); }
H1.HeaderClassName
{
color: #4BF03C;
}
.AnyTagClassName
{
color: #4BF03C;
}
</style>
background-color css
<style>
a { background-color: #4BF03C; }
a { background-color: rgb(75,240,60); }
div.DivClassName
{
background-color: #4BF03C;
}
.BgClassName
{
background-color: #4BF03C;
}
</style>
border-color css
<style>
span { border-color: #4BF03C; }
span { border-color: rgb(75,240,60); }
td.TdClassName
{
border-color: #4BF03C;
}
.TagClassName
{
border-color: #4BF03C;
}
</style>