Shades of Lime Green #41D431
Tints of Lime Green #41D431
RGB
CMYK
RGB Variations
Color information
#41D431 (or 0x41D431) is known color: Lime Green. HEX triplet: 41, D4 and 31. RGB value is (65,212,49). Sum of RGB (Red+Green+Blue) = 65+212+49=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 212 (83.20% from 255 or 65.03% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 212 - color contains mainly: green. Hex color #41D431 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D431 is #BE2BCE. Grayscale: #959595. Windows color (decimal): -12463055 or 3265601. OLE color: 3265601.
HSL color Cylindrical-coordinate representation of color #41D431: hue angle of 114.11º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41D431 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 212 | 49 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.17 |
| HSL | 114.11º | 0.65% | 0.51% | - |
| HSV(B) | 114.11º | 0.77% | 0.83% | - |
| XYZ | 26.28 | 48.43 | 10.87 | - |
| YUV | 149.47 | 71.3 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 212 | 49 | 0.69 | 0 | 0.77 | 0.17 | 114.11 | 0.65 | 0.51 |
| Hex | 41 | D4 | 31 | 45 | 0 | 4D | 11 | 72 | 41 | 33 |
| Octal | 101 | 324 | 61 | 105 | 0 | 115 | 21 | 162 | 101 | 63 |
| Binary | 1000001 | 11010100 | 110001 | 1000101 | 0 | 1001101 | 10001 | 1110010 | 1000001 | 110011 |
Color Harmonies of #41D431
Complementary color
Monochromatic Colors of #41D431
Black with #41D431
Text Example
Text Example
White with #41D431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D431; }
p { color: rgb(65,212,49); }
H1.HeaderClassName
{
color: #41D431;
}
.AnyTagClassName
{
color: #41D431;
}
</style>
background-color css
<style>
a { background-color: #41D431; }
a { background-color: rgb(65,212,49); }
div.DivClassName
{
background-color: #41D431;
}
.BgClassName
{
background-color: #41D431;
}
</style>
border-color css
<style>
span { border-color: #41D431; }
span { border-color: rgb(65,212,49); }
td.TdClassName
{
border-color: #41D431;
}
.TagClassName
{
border-color: #41D431;
}
</style>