Shades of Lime Green #41D553
Tints of Lime Green #41D553
RGB
CMYK
RGB Variations
Color information
#41D553 (or 0x41D553) is known color: Lime Green. HEX triplet: 41, D5 and 53. RGB value is (65,213,83). Sum of RGB (Red+Green+Blue) = 65+213+83=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 213 (83.59% from 255 or 59.00% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 213 - color contains mainly: green. Hex color #41D553 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D553 is #BE2AAC. Grayscale: #9A9A9A. Windows color (decimal): -12462765 or 5494081. OLE color: 5494081.
HSL color Cylindrical-coordinate representation of color #41D553: hue angle of 127.3º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D553 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 213 | 83 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.16 |
| HSL | 127.3º | 0.64% | 0.55% | - |
| HSV(B) | 127.3º | 0.69% | 0.84% | - |
| XYZ | 27.54 | 49.34 | 16.26 | - |
| YUV | 153.93 | 87.97 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 213 | 83 | 0.69 | 0 | 0.61 | 0.16 | 127.3 | 0.64 | 0.55 |
| Hex | 41 | D5 | 53 | 45 | 0 | 3D | 10 | 7F | 40 | 37 |
| Octal | 101 | 325 | 123 | 105 | 0 | 75 | 20 | 177 | 100 | 67 |
| Binary | 1000001 | 11010101 | 1010011 | 1000101 | 0 | 111101 | 10000 | 1111111 | 1000000 | 110111 |
Color Harmonies of #41D553
Complementary color
Monochromatic Colors of #41D553
Black with #41D553
Text Example
Text Example
White with #41D553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D553; }
p { color: rgb(65,213,83); }
H1.HeaderClassName
{
color: #41D553;
}
.AnyTagClassName
{
color: #41D553;
}
</style>
background-color css
<style>
a { background-color: #41D553; }
a { background-color: rgb(65,213,83); }
div.DivClassName
{
background-color: #41D553;
}
.BgClassName
{
background-color: #41D553;
}
</style>
border-color css
<style>
span { border-color: #41D553; }
span { border-color: rgb(65,213,83); }
td.TdClassName
{
border-color: #41D553;
}
.TagClassName
{
border-color: #41D553;
}
</style>