Shades of Lime Green #41D135
Tints of Lime Green #41D135
RGB
CMYK
RGB Variations
Color information
#41D135 (or 0x41D135) is known color: Lime Green. HEX triplet: 41, D1 and 35. RGB value is (65,209,53). Sum of RGB (Red+Green+Blue) = 65+209+53=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 209 (82.03% from 255 or 63.91% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 209 - color contains mainly: green. Hex color #41D135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D135 is #BE2ECA. Grayscale: #949494. Windows color (decimal): -12463819 or 3526977. OLE color: 3526977.
HSL color Cylindrical-coordinate representation of color #41D135: hue angle of 115.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41D135 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 209 | 53 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.18 |
| HSL | 115.38º | 0.63% | 0.51% | - |
| HSV(B) | 115.38º | 0.75% | 0.82% | - |
| XYZ | 25.62 | 46.98 | 11.09 | - |
| YUV | 148.16 | 74.29 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 209 | 53 | 0.69 | 0 | 0.75 | 0.18 | 115.38 | 0.63 | 0.51 |
| Hex | 41 | D1 | 35 | 45 | 0 | 4B | 12 | 73 | 3F | 33 |
| Octal | 101 | 321 | 65 | 105 | 0 | 113 | 22 | 163 | 77 | 63 |
| Binary | 1000001 | 11010001 | 110101 | 1000101 | 0 | 1001011 | 10010 | 1110011 | 111111 | 110011 |
Color Harmonies of #41D135
Complementary color
Monochromatic Colors of #41D135
Black with #41D135
Text Example
Text Example
White with #41D135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D135; }
p { color: rgb(65,209,53); }
H1.HeaderClassName
{
color: #41D135;
}
.AnyTagClassName
{
color: #41D135;
}
</style>
background-color css
<style>
a { background-color: #41D135; }
a { background-color: rgb(65,209,53); }
div.DivClassName
{
background-color: #41D135;
}
.BgClassName
{
background-color: #41D135;
}
</style>
border-color css
<style>
span { border-color: #41D135; }
span { border-color: rgb(65,209,53); }
td.TdClassName
{
border-color: #41D135;
}
.TagClassName
{
border-color: #41D135;
}
</style>