Shades of Lime Green #41AE32
Tints of Lime Green #41AE32
RGB
CMYK
RGB Variations
Color information
#41AE32 (or 0x41AE32) is known color: Lime Green. HEX triplet: 41, AE and 32. RGB value is (65,174,50). Sum of RGB (Red+Green+Blue) = 65+174+50=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 174 (68.36% from 255 or 60.21% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 174 - color contains mainly: green. Hex color #41AE32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AE32 is #BE51CD. Grayscale: #7F7F7F. Windows color (decimal): -12472782 or 3321409. OLE color: 3321409.
HSL color Cylindrical-coordinate representation of color #41AE32: hue angle of 112.74º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41AE32 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 174 | 50 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.32 |
| HSL | 112.74º | 0.55% | 0.44% | - |
| HSV(B) | 112.74º | 0.71% | 0.68% | - |
| XYZ | 17.89 | 31.63 | 8.18 | - |
| YUV | 127.27 | 84.39 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 174 | 50 | 0.63 | 0 | 0.71 | 0.32 | 112.74 | 0.55 | 0.44 |
| Hex | 41 | AE | 32 | 3F | 0 | 47 | 20 | 71 | 37 | 2C |
| Octal | 101 | 256 | 62 | 77 | 0 | 107 | 40 | 161 | 67 | 54 |
| Binary | 1000001 | 10101110 | 110010 | 111111 | 0 | 1000111 | 100000 | 1110001 | 110111 | 101100 |
Color Harmonies of #41AE32
Complementary color
Monochromatic Colors of #41AE32
Black with #41AE32
Text Example
Text Example
White with #41AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AE32; }
p { color: rgb(65,174,50); }
H1.HeaderClassName
{
color: #41AE32;
}
.AnyTagClassName
{
color: #41AE32;
}
</style>
background-color css
<style>
a { background-color: #41AE32; }
a { background-color: rgb(65,174,50); }
div.DivClassName
{
background-color: #41AE32;
}
.BgClassName
{
background-color: #41AE32;
}
</style>
border-color css
<style>
span { border-color: #41AE32; }
span { border-color: rgb(65,174,50); }
td.TdClassName
{
border-color: #41AE32;
}
.TagClassName
{
border-color: #41AE32;
}
</style>