Shades of Lime Green #4AF141
Tints of Lime Green #4AF141
RGB
CMYK
RGB Variations
Color information
#4AF141 (or 0x4AF141) is known color: Lime Green. HEX triplet: 4A, F1 and 41. RGB value is (74,241,65). Sum of RGB (Red+Green+Blue) = 74+241+65=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 241 (94.53% from 255 or 63.42% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF141 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF141 is #B50EBE. Grayscale: #ABABAB. Windows color (decimal): -11865791 or 4321610. OLE color: 4321610.
HSL color Cylindrical-coordinate representation of color #4AF141: hue angle of 116.93º 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 #4AF141 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 65 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.05 |
| HSL | 116.93º | 0.86% | 0.6% | - |
| HSV(B) | 116.93º | 0.73% | 0.95% | - |
| XYZ | 35.23 | 64.75 | 15.64 | - |
| YUV | 171 | 68.17 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 65 | 0.69 | 0 | 0.73 | 0.05 | 116.93 | 0.86 | 0.6 |
| Hex | 4A | F1 | 41 | 45 | 0 | 49 | 5 | 75 | 56 | 3C |
| Octal | 112 | 361 | 101 | 105 | 0 | 111 | 5 | 165 | 126 | 74 |
| Binary | 1001010 | 11110001 | 1000001 | 1000101 | 0 | 1001001 | 101 | 1110101 | 1010110 | 111100 |
Color Harmonies of #4AF141
Complementary color
Monochromatic Colors of #4AF141
Black with #4AF141
Text Example
Text Example
White with #4AF141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF141; }
p { color: rgb(74,241,65); }
H1.HeaderClassName
{
color: #4AF141;
}
.AnyTagClassName
{
color: #4AF141;
}
</style>
background-color css
<style>
a { background-color: #4AF141; }
a { background-color: rgb(74,241,65); }
div.DivClassName
{
background-color: #4AF141;
}
.BgClassName
{
background-color: #4AF141;
}
</style>
border-color css
<style>
span { border-color: #4AF141; }
span { border-color: rgb(74,241,65); }
td.TdClassName
{
border-color: #4AF141;
}
.TagClassName
{
border-color: #4AF141;
}
</style>