Shades of Lime Green #41E74D
Tints of Lime Green #41E74D
RGB
CMYK
RGB Variations
Color information
#41E74D (or 0x41E74D) is known color: Lime Green. HEX triplet: 41, E7 and 4D. RGB value is (65,231,77). Sum of RGB (Red+Green+Blue) = 65+231+77=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 231 (90.62% from 255 or 61.93% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 231 - color contains mainly: green. Hex color #41E74D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E74D is #BE18B2. Grayscale: #A4A4A4. Windows color (decimal): -12458163 or 5105473. OLE color: 5105473.
HSL color Cylindrical-coordinate representation of color #41E74D: hue angle of 124.34º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E74D is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 231 | 77 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.09 |
| HSL | 124.34º | 0.78% | 0.58% | - |
| HSV(B) | 124.34º | 0.72% | 0.91% | - |
| XYZ | 32.1 | 58.81 | 16.68 | - |
| YUV | 163.81 | 79 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 231 | 77 | 0.72 | 0 | 0.67 | 0.09 | 124.34 | 0.78 | 0.58 |
| Hex | 41 | E7 | 4D | 48 | 0 | 43 | 9 | 7C | 4E | 3A |
| Octal | 101 | 347 | 115 | 110 | 0 | 103 | 11 | 174 | 116 | 72 |
| Binary | 1000001 | 11100111 | 1001101 | 1001000 | 0 | 1000011 | 1001 | 1111100 | 1001110 | 111010 |
Color Harmonies of #41E74D
Complementary color
Monochromatic Colors of #41E74D
Black with #41E74D
Text Example
Text Example
White with #41E74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E74D; }
p { color: rgb(65,231,77); }
H1.HeaderClassName
{
color: #41E74D;
}
.AnyTagClassName
{
color: #41E74D;
}
</style>
background-color css
<style>
a { background-color: #41E74D; }
a { background-color: rgb(65,231,77); }
div.DivClassName
{
background-color: #41E74D;
}
.BgClassName
{
background-color: #41E74D;
}
</style>
border-color css
<style>
span { border-color: #41E74D; }
span { border-color: rgb(65,231,77); }
td.TdClassName
{
border-color: #41E74D;
}
.TagClassName
{
border-color: #41E74D;
}
</style>