Shades of Lime Green #41E84D
Tints of Lime Green #41E84D
RGB
CMYK
RGB Variations
Color information
#41E84D (or 0x41E84D) is known color: Lime Green. HEX triplet: 41, E8 and 4D. RGB value is (65,232,77). Sum of RGB (Red+Green+Blue) = 65+232+77=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 232 (91.02% from 255 or 62.03% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 232 - color contains mainly: green. Hex color #41E84D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E84D is #BE17B2. Grayscale: #A4A4A4. Windows color (decimal): -12457907 or 5105729. OLE color: 5105729.
HSL color Cylindrical-coordinate representation of color #41E84D: hue angle of 124.31º 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 #41E84D is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 232 | 77 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.09 |
| HSL | 124.31º | 0.78% | 0.58% | - |
| HSV(B) | 124.31º | 0.72% | 0.91% | - |
| XYZ | 32.38 | 59.37 | 16.77 | - |
| YUV | 164.4 | 78.67 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 232 | 77 | 0.72 | 0 | 0.67 | 0.09 | 124.31 | 0.78 | 0.58 |
| Hex | 41 | E8 | 4D | 48 | 0 | 43 | 9 | 7C | 4E | 3A |
| Octal | 101 | 350 | 115 | 110 | 0 | 103 | 11 | 174 | 116 | 72 |
| Binary | 1000001 | 11101000 | 1001101 | 1001000 | 0 | 1000011 | 1001 | 1111100 | 1001110 | 111010 |
Color Harmonies of #41E84D
Complementary color
Monochromatic Colors of #41E84D
Black with #41E84D
Text Example
Text Example
White with #41E84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E84D; }
p { color: rgb(65,232,77); }
H1.HeaderClassName
{
color: #41E84D;
}
.AnyTagClassName
{
color: #41E84D;
}
</style>
background-color css
<style>
a { background-color: #41E84D; }
a { background-color: rgb(65,232,77); }
div.DivClassName
{
background-color: #41E84D;
}
.BgClassName
{
background-color: #41E84D;
}
</style>
border-color css
<style>
span { border-color: #41E84D; }
span { border-color: rgb(65,232,77); }
td.TdClassName
{
border-color: #41E84D;
}
.TagClassName
{
border-color: #41E84D;
}
</style>