Shades of Lime Green #41D547
Tints of Lime Green #41D547
RGB
CMYK
RGB Variations
Color information
#41D547 (or 0x41D547) is known color: Lime Green. HEX triplet: 41, D5 and 47. RGB value is (65,213,71). Sum of RGB (Red+Green+Blue) = 65+213+71=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 213 (83.59% from 255 or 61.03% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 213 - color contains mainly: green. Hex color #41D547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D547 is #BE2AB8. Grayscale: #989898. Windows color (decimal): -12462777 or 4707649. OLE color: 4707649.
HSL color Cylindrical-coordinate representation of color #41D547: hue angle of 122.43º 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 #41D547 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 213 | 71 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.16 |
| HSL | 122.43º | 0.64% | 0.55% | - |
| HSV(B) | 122.43º | 0.69% | 0.84% | - |
| XYZ | 27.11 | 49.17 | 14.02 | - |
| YUV | 152.56 | 81.97 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 213 | 71 | 0.69 | 0 | 0.67 | 0.16 | 122.43 | 0.64 | 0.55 |
| Hex | 41 | D5 | 47 | 45 | 0 | 43 | 10 | 7A | 40 | 37 |
| Octal | 101 | 325 | 107 | 105 | 0 | 103 | 20 | 172 | 100 | 67 |
| Binary | 1000001 | 11010101 | 1000111 | 1000101 | 0 | 1000011 | 10000 | 1111010 | 1000000 | 110111 |
Color Harmonies of #41D547
Complementary color
Monochromatic Colors of #41D547
Black with #41D547
Text Example
Text Example
White with #41D547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D547; }
p { color: rgb(65,213,71); }
H1.HeaderClassName
{
color: #41D547;
}
.AnyTagClassName
{
color: #41D547;
}
</style>
background-color css
<style>
a { background-color: #41D547; }
a { background-color: rgb(65,213,71); }
div.DivClassName
{
background-color: #41D547;
}
.BgClassName
{
background-color: #41D547;
}
</style>
border-color css
<style>
span { border-color: #41D547; }
span { border-color: rgb(65,213,71); }
td.TdClassName
{
border-color: #41D547;
}
.TagClassName
{
border-color: #41D547;
}
</style>