Shades of Lime Green #4BCF41
Tints of Lime Green #4BCF41
RGB
CMYK
RGB Variations
Color information
#4BCF41 (or 0x4BCF41) is known color: Lime Green. HEX triplet: 4B, CF and 41. RGB value is (75,207,65). Sum of RGB (Red+Green+Blue) = 75+207+65=347 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.61% from 347); Green value is 207 (81.25% from 255 or 59.65% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCF41 is #B430BE. Grayscale: #979797. Windows color (decimal): -11808959 or 4312907. OLE color: 4312907.
HSL color Cylindrical-coordinate representation of color #4BCF41: hue angle of 115.77º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BCF41 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 207 | 65 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.19 |
| HSL | 115.77º | 0.6% | 0.53% | - |
| HSV(B) | 115.77º | 0.69% | 0.81% | - |
| XYZ | 26.17 | 46.5 | 12.6 | - |
| YUV | 151.34 | 79.27 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 207 | 65 | 0.64 | 0 | 0.69 | 0.19 | 115.77 | 0.6 | 0.53 |
| Hex | 4B | CF | 41 | 40 | 0 | 45 | 13 | 74 | 3C | 35 |
| Octal | 113 | 317 | 101 | 100 | 0 | 105 | 23 | 164 | 74 | 65 |
| Binary | 1001011 | 11001111 | 1000001 | 1000000 | 0 | 1000101 | 10011 | 1110100 | 111100 | 110101 |
Color Harmonies of #4BCF41
Complementary color
Monochromatic Colors of #4BCF41
Black with #4BCF41
Text Example
Text Example
White with #4BCF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCF41; }
p { color: rgb(75,207,65); }
H1.HeaderClassName
{
color: #4BCF41;
}
.AnyTagClassName
{
color: #4BCF41;
}
</style>
background-color css
<style>
a { background-color: #4BCF41; }
a { background-color: rgb(75,207,65); }
div.DivClassName
{
background-color: #4BCF41;
}
.BgClassName
{
background-color: #4BCF41;
}
</style>
border-color css
<style>
span { border-color: #4BCF41; }
span { border-color: rgb(75,207,65); }
td.TdClassName
{
border-color: #4BCF41;
}
.TagClassName
{
border-color: #4BCF41;
}
</style>