Shades of Lime Green #41AF32
Tints of Lime Green #41AF32
RGB
CMYK
RGB Variations
Color information
#41AF32 (or 0x41AF32) is known color: Lime Green. HEX triplet: 41, AF and 32. RGB value is (65,175,50). Sum of RGB (Red+Green+Blue) = 65+175+50=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #41AF32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AF32 is #BE50CD. Grayscale: #808080. Windows color (decimal): -12472526 or 3321665. OLE color: 3321665.
HSL color Cylindrical-coordinate representation of color #41AF32: hue angle of 112.8º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41AF32 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 175 | 50 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.31 |
| HSL | 112.8º | 0.56% | 0.44% | - |
| HSV(B) | 112.8º | 0.71% | 0.69% | - |
| XYZ | 18.09 | 32.01 | 8.24 | - |
| YUV | 127.86 | 84.06 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 175 | 50 | 0.63 | 0 | 0.71 | 0.31 | 112.8 | 0.56 | 0.44 |
| Hex | 41 | AF | 32 | 3F | 0 | 47 | 1F | 71 | 38 | 2C |
| Octal | 101 | 257 | 62 | 77 | 0 | 107 | 37 | 161 | 70 | 54 |
| Binary | 1000001 | 10101111 | 110010 | 111111 | 0 | 1000111 | 11111 | 1110001 | 111000 | 101100 |
Color Harmonies of #41AF32
Complementary color
Monochromatic Colors of #41AF32
Black with #41AF32
Text Example
Text Example
White with #41AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AF32; }
p { color: rgb(65,175,50); }
H1.HeaderClassName
{
color: #41AF32;
}
.AnyTagClassName
{
color: #41AF32;
}
</style>
background-color css
<style>
a { background-color: #41AF32; }
a { background-color: rgb(65,175,50); }
div.DivClassName
{
background-color: #41AF32;
}
.BgClassName
{
background-color: #41AF32;
}
</style>
border-color css
<style>
span { border-color: #41AF32; }
span { border-color: rgb(65,175,50); }
td.TdClassName
{
border-color: #41AF32;
}
.TagClassName
{
border-color: #41AF32;
}
</style>