Shades of Lime Green #41D54D
Tints of Lime Green #41D54D
RGB
CMYK
RGB Variations
Color information
#41D54D (or 0x41D54D) is known color: Lime Green. HEX triplet: 41, D5 and 4D. RGB value is (65,213,77). Sum of RGB (Red+Green+Blue) = 65+213+77=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 213 (83.59% from 255 or 60% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 213 - color contains mainly: green. Hex color #41D54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D54D is #BE2AB2. Grayscale: #999999. Windows color (decimal): -12462771 or 5100865. OLE color: 5100865.
HSL color Cylindrical-coordinate representation of color #41D54D: hue angle of 124.86º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D54D is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 213 | 77 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.16 |
| HSL | 124.86º | 0.64% | 0.55% | - |
| HSV(B) | 124.86º | 0.69% | 0.84% | - |
| XYZ | 27.31 | 49.25 | 15.09 | - |
| YUV | 153.24 | 84.97 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 213 | 77 | 0.69 | 0 | 0.64 | 0.16 | 124.86 | 0.64 | 0.55 |
| Hex | 41 | D5 | 4D | 45 | 0 | 40 | 10 | 7D | 40 | 37 |
| Octal | 101 | 325 | 115 | 105 | 0 | 100 | 20 | 175 | 100 | 67 |
| Binary | 1000001 | 11010101 | 1001101 | 1000101 | 0 | 1000000 | 10000 | 1111101 | 1000000 | 110111 |
Color Harmonies of #41D54D
Complementary color
Monochromatic Colors of #41D54D
Black with #41D54D
Text Example
Text Example
White with #41D54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D54D; }
p { color: rgb(65,213,77); }
H1.HeaderClassName
{
color: #41D54D;
}
.AnyTagClassName
{
color: #41D54D;
}
</style>
background-color css
<style>
a { background-color: #41D54D; }
a { background-color: rgb(65,213,77); }
div.DivClassName
{
background-color: #41D54D;
}
.BgClassName
{
background-color: #41D54D;
}
</style>
border-color css
<style>
span { border-color: #41D54D; }
span { border-color: rgb(65,213,77); }
td.TdClassName
{
border-color: #41D54D;
}
.TagClassName
{
border-color: #41D54D;
}
</style>