Shades of Lime Green #41E04A
Tints of Lime Green #41E04A
RGB
CMYK
RGB Variations
Color information
#41E04A (or 0x41E04A) is known color: Lime Green. HEX triplet: 41, E0 and 4A. RGB value is (65,224,74). Sum of RGB (Red+Green+Blue) = 65+224+74=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 224 (87.89% from 255 or 61.71% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 224 - color contains mainly: green. Hex color #41E04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E04A is #BE1FB5. Grayscale: #9F9F9F. Windows color (decimal): -12459958 or 4907073. OLE color: 4907073.
HSL color Cylindrical-coordinate representation of color #41E04A: hue angle of 123.4º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41E04A is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 224 | 74 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.12 |
| HSL | 123.4º | 0.72% | 0.57% | - |
| HSV(B) | 123.4º | 0.71% | 0.88% | - |
| XYZ | 30.07 | 54.93 | 15.5 | - |
| YUV | 159.36 | 79.82 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 224 | 74 | 0.71 | 0 | 0.67 | 0.12 | 123.4 | 0.72 | 0.57 |
| Hex | 41 | E0 | 4A | 47 | 0 | 43 | C | 7B | 48 | 39 |
| Octal | 101 | 340 | 112 | 107 | 0 | 103 | 14 | 173 | 110 | 71 |
| Binary | 1000001 | 11100000 | 1001010 | 1000111 | 0 | 1000011 | 1100 | 1111011 | 1001000 | 111001 |
Color Harmonies of #41E04A
Complementary color
Monochromatic Colors of #41E04A
Black with #41E04A
Text Example
Text Example
White with #41E04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E04A; }
p { color: rgb(65,224,74); }
H1.HeaderClassName
{
color: #41E04A;
}
.AnyTagClassName
{
color: #41E04A;
}
</style>
background-color css
<style>
a { background-color: #41E04A; }
a { background-color: rgb(65,224,74); }
div.DivClassName
{
background-color: #41E04A;
}
.BgClassName
{
background-color: #41E04A;
}
</style>
border-color css
<style>
span { border-color: #41E04A; }
span { border-color: rgb(65,224,74); }
td.TdClassName
{
border-color: #41E04A;
}
.TagClassName
{
border-color: #41E04A;
}
</style>