Shades of Lime Green #41F42D
Tints of Lime Green #41F42D
RGB
CMYK
RGB Variations
Color information
#41F42D (or 0x41F42D) is known color: Lime Green. HEX triplet: 41, F4 and 2D. RGB value is (65,244,45). Sum of RGB (Red+Green+Blue) = 65+244+45=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 244 (95.70% from 255 or 68.93% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 244 - color contains mainly: green. Hex color #41F42D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F42D is #BE0BD2. Grayscale: #A8A8A8. Windows color (decimal): -12454867 or 3011649. OLE color: 3011649.
HSL color Cylindrical-coordinate representation of color #41F42D: hue angle of 113.97º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41F42D is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 244 | 45 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.04 |
| HSL | 113.97º | 0.9% | 0.57% | - |
| HSV(B) | 113.97º | 0.82% | 0.96% | - |
| XYZ | 35 | 66.01 | 13.38 | - |
| YUV | 167.79 | 58.7 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 244 | 45 | 0.73 | 0 | 0.82 | 0.04 | 113.97 | 0.9 | 0.57 |
| Hex | 41 | F4 | 2D | 49 | 0 | 52 | 4 | 72 | 5A | 39 |
| Octal | 101 | 364 | 55 | 111 | 0 | 122 | 4 | 162 | 132 | 71 |
| Binary | 1000001 | 11110100 | 101101 | 1001001 | 0 | 1010010 | 100 | 1110010 | 1011010 | 111001 |
Color Harmonies of #41F42D
Complementary color
Monochromatic Colors of #41F42D
Black with #41F42D
Text Example
Text Example
White with #41F42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F42D; }
p { color: rgb(65,244,45); }
H1.HeaderClassName
{
color: #41F42D;
}
.AnyTagClassName
{
color: #41F42D;
}
</style>
background-color css
<style>
a { background-color: #41F42D; }
a { background-color: rgb(65,244,45); }
div.DivClassName
{
background-color: #41F42D;
}
.BgClassName
{
background-color: #41F42D;
}
</style>
border-color css
<style>
span { border-color: #41F42D; }
span { border-color: rgb(65,244,45); }
td.TdClassName
{
border-color: #41F42D;
}
.TagClassName
{
border-color: #41F42D;
}
</style>