Shades of Lime Green #41B73D
Tints of Lime Green #41B73D
RGB
CMYK
RGB Variations
Color information
#41B73D (or 0x41B73D) is known color: Lime Green. HEX triplet: 41, B7 and 3D. RGB value is (65,183,61). Sum of RGB (Red+Green+Blue) = 65+183+61=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #41B73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B73D is #BE48C2. Grayscale: #868686. Windows color (decimal): -12470467 or 4044609. OLE color: 4044609.
HSL color Cylindrical-coordinate representation of color #41B73D: hue angle of 118.03º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41B73D is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 183 | 61 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.28 |
| HSL | 118.03º | 0.5% | 0.48% | - |
| HSV(B) | 118.03º | 0.67% | 0.72% | - |
| XYZ | 19.96 | 35.33 | 10.18 | - |
| YUV | 133.81 | 86.91 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 183 | 61 | 0.64 | 0 | 0.67 | 0.28 | 118.03 | 0.5 | 0.48 |
| Hex | 41 | B7 | 3D | 40 | 0 | 43 | 1C | 76 | 32 | 30 |
| Octal | 101 | 267 | 75 | 100 | 0 | 103 | 34 | 166 | 62 | 60 |
| Binary | 1000001 | 10110111 | 111101 | 1000000 | 0 | 1000011 | 11100 | 1110110 | 110010 | 110000 |
Color Harmonies of #41B73D
Complementary color
Monochromatic Colors of #41B73D
Black with #41B73D
Text Example
Text Example
White with #41B73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B73D; }
p { color: rgb(65,183,61); }
H1.HeaderClassName
{
color: #41B73D;
}
.AnyTagClassName
{
color: #41B73D;
}
</style>
background-color css
<style>
a { background-color: #41B73D; }
a { background-color: rgb(65,183,61); }
div.DivClassName
{
background-color: #41B73D;
}
.BgClassName
{
background-color: #41B73D;
}
</style>
border-color css
<style>
span { border-color: #41B73D; }
span { border-color: rgb(65,183,61); }
td.TdClassName
{
border-color: #41B73D;
}
.TagClassName
{
border-color: #41B73D;
}
</style>