Shades of Lime Green #4CF141
Tints of Lime Green #4CF141
RGB
CMYK
RGB Variations
Color information
#4CF141 (or 0x4CF141) is known color: Lime Green. HEX triplet: 4C, F1 and 41. RGB value is (76,241,65). Sum of RGB (Red+Green+Blue) = 76+241+65=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 241 (94.53% from 255 or 63.09% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF141 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF141 is #B30EBE. Grayscale: #ACACAC. Windows color (decimal): -11734719 or 4321612. OLE color: 4321612.
HSL color Cylindrical-coordinate representation of color #4CF141: hue angle of 116.25º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4CF141 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 241 | 65 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.05 |
| HSL | 116.25º | 0.86% | 0.6% | - |
| HSV(B) | 116.25º | 0.73% | 0.95% | - |
| XYZ | 35.39 | 64.83 | 15.65 | - |
| YUV | 171.6 | 67.84 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 241 | 65 | 0.68 | 0 | 0.73 | 0.05 | 116.25 | 0.86 | 0.6 |
| Hex | 4C | F1 | 41 | 44 | 0 | 49 | 5 | 74 | 56 | 3C |
| Octal | 114 | 361 | 101 | 104 | 0 | 111 | 5 | 164 | 126 | 74 |
| Binary | 1001100 | 11110001 | 1000001 | 1000100 | 0 | 1001001 | 101 | 1110100 | 1010110 | 111100 |
Color Harmonies of #4CF141
Complementary color
Monochromatic Colors of #4CF141
Black with #4CF141
Text Example
Text Example
White with #4CF141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF141; }
p { color: rgb(76,241,65); }
H1.HeaderClassName
{
color: #4CF141;
}
.AnyTagClassName
{
color: #4CF141;
}
</style>
background-color css
<style>
a { background-color: #4CF141; }
a { background-color: rgb(76,241,65); }
div.DivClassName
{
background-color: #4CF141;
}
.BgClassName
{
background-color: #4CF141;
}
</style>
border-color css
<style>
span { border-color: #4CF141; }
span { border-color: rgb(76,241,65); }
td.TdClassName
{
border-color: #4CF141;
}
.TagClassName
{
border-color: #4CF141;
}
</style>