Shades of Lime Green #41C032
Tints of Lime Green #41C032
RGB
CMYK
RGB Variations
Color information
#41C032 (or 0x41C032) is known color: Lime Green. HEX triplet: 41, C0 and 32. RGB value is (65,192,50). Sum of RGB (Red+Green+Blue) = 65+192+50=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 192 (75.39% from 255 or 62.54% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 192 - color contains mainly: green. Hex color #41C032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C032 is #BE3FCD. Grayscale: #8A8A8A. Windows color (decimal): -12468174 or 3326017. OLE color: 3326017.
HSL color Cylindrical-coordinate representation of color #41C032: hue angle of 113.66º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41C032 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 50 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.25 |
| HSL | 113.66º | 0.59% | 0.47% | - |
| HSV(B) | 113.66º | 0.74% | 0.75% | - |
| XYZ | 21.61 | 39.05 | 9.42 | - |
| YUV | 137.84 | 78.42 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 50 | 0.66 | 0 | 0.74 | 0.25 | 113.66 | 0.59 | 0.47 |
| Hex | 41 | C0 | 32 | 42 | 0 | 4A | 19 | 72 | 3B | 2F |
| Octal | 101 | 300 | 62 | 102 | 0 | 112 | 31 | 162 | 73 | 57 |
| Binary | 1000001 | 11000000 | 110010 | 1000010 | 0 | 1001010 | 11001 | 1110010 | 111011 | 101111 |
Color Harmonies of #41C032
Complementary color
Monochromatic Colors of #41C032
Black with #41C032
Text Example
Text Example
White with #41C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C032; }
p { color: rgb(65,192,50); }
H1.HeaderClassName
{
color: #41C032;
}
.AnyTagClassName
{
color: #41C032;
}
</style>
background-color css
<style>
a { background-color: #41C032; }
a { background-color: rgb(65,192,50); }
div.DivClassName
{
background-color: #41C032;
}
.BgClassName
{
background-color: #41C032;
}
</style>
border-color css
<style>
span { border-color: #41C032; }
span { border-color: rgb(65,192,50); }
td.TdClassName
{
border-color: #41C032;
}
.TagClassName
{
border-color: #41C032;
}
</style>