Shades of Lime Green #41E632
Tints of Lime Green #41E632
RGB
CMYK
RGB Variations
Color information
#41E632 (or 0x41E632) is known color: Lime Green. HEX triplet: 41, E6 and 32. RGB value is (65,230,50). Sum of RGB (Red+Green+Blue) = 65+230+50=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 230 (90.23% from 255 or 66.67% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 230 - color contains mainly: green. Hex color #41E632 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E632 is #BE19CD. Grayscale: #A0A0A0. Windows color (decimal): -12458446 or 3335745. OLE color: 3335745.
HSL color Cylindrical-coordinate representation of color #41E632: hue angle of 115º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41E632 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 230 | 50 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.10 |
| HSL | 115º | 0.78% | 0.55% | - |
| HSV(B) | 115º | 0.78% | 0.9% | - |
| XYZ | 31.05 | 57.95 | 12.57 | - |
| YUV | 160.15 | 65.84 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 230 | 50 | 0.72 | 0 | 0.78 | 0.10 | 115 | 0.78 | 0.55 |
| Hex | 41 | E6 | 32 | 48 | 0 | 4E | A | 73 | 4E | 37 |
| Octal | 101 | 346 | 62 | 110 | 0 | 116 | 12 | 163 | 116 | 67 |
| Binary | 1000001 | 11100110 | 110010 | 1001000 | 0 | 1001110 | 1010 | 1110011 | 1001110 | 110111 |
Color Harmonies of #41E632
Complementary color
Monochromatic Colors of #41E632
Black with #41E632
Text Example
Text Example
White with #41E632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E632; }
p { color: rgb(65,230,50); }
H1.HeaderClassName
{
color: #41E632;
}
.AnyTagClassName
{
color: #41E632;
}
</style>
background-color css
<style>
a { background-color: #41E632; }
a { background-color: rgb(65,230,50); }
div.DivClassName
{
background-color: #41E632;
}
.BgClassName
{
background-color: #41E632;
}
</style>
border-color css
<style>
span { border-color: #41E632; }
span { border-color: rgb(65,230,50); }
td.TdClassName
{
border-color: #41E632;
}
.TagClassName
{
border-color: #41E632;
}
</style>