Shades of Lime Green #41E121
Tints of Lime Green #41E121
RGB
CMYK
RGB Variations
Color information
#41E121 (or 0x41E121) is known color: Lime Green. HEX triplet: 41, E1 and 21. RGB value is (65,225,33). Sum of RGB (Red+Green+Blue) = 65+225+33=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 225 (88.28% from 255 or 69.66% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 225 - color contains mainly: green. Hex color #41E121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E121 is #BE1EDE. Grayscale: #9B9B9B. Windows color (decimal): -12459743 or 2220353. OLE color: 2220353.
HSL color Cylindrical-coordinate representation of color #41E121: hue angle of 110º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41E121 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 225 | 33 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.12 |
| HSL | 110º | 0.76% | 0.51% | - |
| HSV(B) | 110º | 0.85% | 0.88% | - |
| XYZ | 29.38 | 55.08 | 10.52 | - |
| YUV | 155.27 | 58.99 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 225 | 33 | 0.71 | 0 | 0.85 | 0.12 | 110 | 0.76 | 0.51 |
| Hex | 41 | E1 | 21 | 47 | 0 | 55 | C | 6E | 4C | 33 |
| Octal | 101 | 341 | 41 | 107 | 0 | 125 | 14 | 156 | 114 | 63 |
| Binary | 1000001 | 11100001 | 100001 | 1000111 | 0 | 1010101 | 1100 | 1101110 | 1001100 | 110011 |
Color Harmonies of #41E121
Complementary color
Monochromatic Colors of #41E121
Black with #41E121
Text Example
Text Example
White with #41E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E121; }
p { color: rgb(65,225,33); }
H1.HeaderClassName
{
color: #41E121;
}
.AnyTagClassName
{
color: #41E121;
}
</style>
background-color css
<style>
a { background-color: #41E121; }
a { background-color: rgb(65,225,33); }
div.DivClassName
{
background-color: #41E121;
}
.BgClassName
{
background-color: #41E121;
}
</style>
border-color css
<style>
span { border-color: #41E121; }
span { border-color: rgb(65,225,33); }
td.TdClassName
{
border-color: #41E121;
}
.TagClassName
{
border-color: #41E121;
}
</style>