Shades of Lime Green #41E21A
Tints of Lime Green #41E21A
RGB
CMYK
RGB Variations
Color information
#41E21A (or 0x41E21A) is known color: Lime Green. HEX triplet: 41, E2 and 1A. RGB value is (65,226,26). Sum of RGB (Red+Green+Blue) = 65+226+26=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 226 (88.67% from 255 or 71.29% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 226 - color contains mainly: green. Hex color #41E21A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E21A is #BE1DE5. Grayscale: #9B9B9B. Windows color (decimal): -12459494 or 1761857. OLE color: 1761857.
HSL color Cylindrical-coordinate representation of color #41E21A: hue angle of 108.3º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41E21A is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 226 | 26 | - |
| CMYK | 0.71 | 0 | 0.88 | 0.11 |
| HSL | 108.3º | 0.79% | 0.49% | - |
| HSV(B) | 108.3º | 0.88% | 0.89% | - |
| XYZ | 29.56 | 55.59 | 10.15 | - |
| YUV | 155.06 | 55.16 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 226 | 26 | 0.71 | 0 | 0.88 | 0.11 | 108.3 | 0.79 | 0.49 |
| Hex | 41 | E2 | 1A | 47 | 0 | 58 | B | 6C | 4F | 31 |
| Octal | 101 | 342 | 32 | 107 | 0 | 130 | 13 | 154 | 117 | 61 |
| Binary | 1000001 | 11100010 | 11010 | 1000111 | 0 | 1011000 | 1011 | 1101100 | 1001111 | 110001 |
Color Harmonies of #41E21A
Complementary color
Monochromatic Colors of #41E21A
Black with #41E21A
Text Example
Text Example
White with #41E21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E21A; }
p { color: rgb(65,226,26); }
H1.HeaderClassName
{
color: #41E21A;
}
.AnyTagClassName
{
color: #41E21A;
}
</style>
background-color css
<style>
a { background-color: #41E21A; }
a { background-color: rgb(65,226,26); }
div.DivClassName
{
background-color: #41E21A;
}
.BgClassName
{
background-color: #41E21A;
}
</style>
border-color css
<style>
span { border-color: #41E21A; }
span { border-color: rgb(65,226,26); }
td.TdClassName
{
border-color: #41E21A;
}
.TagClassName
{
border-color: #41E21A;
}
</style>