Shades of Lime Green #41B73C
Tints of Lime Green #41B73C
RGB
CMYK
RGB Variations
Color information
#41B73C (or 0x41B73C) is known color: Lime Green. HEX triplet: 41, B7 and 3C. RGB value is (65,183,60). Sum of RGB (Red+Green+Blue) = 65+183+60=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 183 (71.88% from 255 or 59.42% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 183 - color contains mainly: green. Hex color #41B73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B73C is #BE48C3. Grayscale: #868686. Windows color (decimal): -12470468 or 3979073. OLE color: 3979073.
HSL color Cylindrical-coordinate representation of color #41B73C: hue angle of 117.56º degrees, saturation: 0.51, 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 #41B73C is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 183 | 60 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.28 |
| HSL | 117.56º | 0.51% | 0.48% | - |
| HSV(B) | 117.56º | 0.67% | 0.72% | - |
| XYZ | 19.93 | 35.32 | 10.04 | - |
| YUV | 133.7 | 86.41 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 183 | 60 | 0.64 | 0 | 0.67 | 0.28 | 117.56 | 0.51 | 0.48 |
| Hex | 41 | B7 | 3C | 40 | 0 | 43 | 1C | 76 | 33 | 30 |
| Octal | 101 | 267 | 74 | 100 | 0 | 103 | 34 | 166 | 63 | 60 |
| Binary | 1000001 | 10110111 | 111100 | 1000000 | 0 | 1000011 | 11100 | 1110110 | 110011 | 110000 |
Color Harmonies of #41B73C
Complementary color
Monochromatic Colors of #41B73C
Black with #41B73C
Text Example
Text Example
White with #41B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B73C; }
p { color: rgb(65,183,60); }
H1.HeaderClassName
{
color: #41B73C;
}
.AnyTagClassName
{
color: #41B73C;
}
</style>
background-color css
<style>
a { background-color: #41B73C; }
a { background-color: rgb(65,183,60); }
div.DivClassName
{
background-color: #41B73C;
}
.BgClassName
{
background-color: #41B73C;
}
</style>
border-color css
<style>
span { border-color: #41B73C; }
span { border-color: rgb(65,183,60); }
td.TdClassName
{
border-color: #41B73C;
}
.TagClassName
{
border-color: #41B73C;
}
</style>