Shades of Lime Green #41DD37
Tints of Lime Green #41DD37
RGB
CMYK
RGB Variations
Color information
#41DD37 (or 0x41DD37) is known color: Lime Green. HEX triplet: 41, DD and 37. RGB value is (65,221,55). Sum of RGB (Red+Green+Blue) = 65+221+55=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 221 (86.72% from 255 or 64.81% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 221 - color contains mainly: green. Hex color #41DD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DD37 is #BE22C8. Grayscale: #9B9B9B. Windows color (decimal): -12460745 or 3661121. OLE color: 3661121.
HSL color Cylindrical-coordinate representation of color #41DD37: hue angle of 116.39º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41DD37 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 221 | 55 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.13 |
| HSL | 116.39º | 0.71% | 0.54% | - |
| HSV(B) | 116.39º | 0.75% | 0.87% | - |
| XYZ | 28.73 | 53.11 | 12.35 | - |
| YUV | 155.43 | 71.32 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 221 | 55 | 0.71 | 0 | 0.75 | 0.13 | 116.39 | 0.71 | 0.54 |
| Hex | 41 | DD | 37 | 47 | 0 | 4B | D | 74 | 47 | 36 |
| Octal | 101 | 335 | 67 | 107 | 0 | 113 | 15 | 164 | 107 | 66 |
| Binary | 1000001 | 11011101 | 110111 | 1000111 | 0 | 1001011 | 1101 | 1110100 | 1000111 | 110110 |
Color Harmonies of #41DD37
Complementary color
Monochromatic Colors of #41DD37
Black with #41DD37
Text Example
Text Example
White with #41DD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DD37; }
p { color: rgb(65,221,55); }
H1.HeaderClassName
{
color: #41DD37;
}
.AnyTagClassName
{
color: #41DD37;
}
</style>
background-color css
<style>
a { background-color: #41DD37; }
a { background-color: rgb(65,221,55); }
div.DivClassName
{
background-color: #41DD37;
}
.BgClassName
{
background-color: #41DD37;
}
</style>
border-color css
<style>
span { border-color: #41DD37; }
span { border-color: rgb(65,221,55); }
td.TdClassName
{
border-color: #41DD37;
}
.TagClassName
{
border-color: #41DD37;
}
</style>