Shades of Lime Green #41D753
Tints of Lime Green #41D753
RGB
CMYK
RGB Variations
Color information
#41D753 (or 0x41D753) is known color: Lime Green. HEX triplet: 41, D7 and 53. RGB value is (65,215,83). Sum of RGB (Red+Green+Blue) = 65+215+83=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 215 (84.38% from 255 or 59.23% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 215 - color contains mainly: green. Hex color #41D753 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D753 is #BE28AC. Grayscale: #9B9B9B. Windows color (decimal): -12462253 or 5494593. OLE color: 5494593.
HSL color Cylindrical-coordinate representation of color #41D753: hue angle of 127.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D753 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 215 | 83 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.16 |
| HSL | 127.2º | 0.65% | 0.55% | - |
| HSV(B) | 127.2º | 0.7% | 0.84% | - |
| XYZ | 28.04 | 50.35 | 16.42 | - |
| YUV | 155.1 | 87.31 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 215 | 83 | 0.70 | 0 | 0.61 | 0.16 | 127.2 | 0.65 | 0.55 |
| Hex | 41 | D7 | 53 | 46 | 0 | 3D | 10 | 7F | 41 | 37 |
| Octal | 101 | 327 | 123 | 106 | 0 | 75 | 20 | 177 | 101 | 67 |
| Binary | 1000001 | 11010111 | 1010011 | 1000110 | 0 | 111101 | 10000 | 1111111 | 1000001 | 110111 |
Color Harmonies of #41D753
Complementary color
Monochromatic Colors of #41D753
Black with #41D753
Text Example
Text Example
White with #41D753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D753; }
p { color: rgb(65,215,83); }
H1.HeaderClassName
{
color: #41D753;
}
.AnyTagClassName
{
color: #41D753;
}
</style>
background-color css
<style>
a { background-color: #41D753; }
a { background-color: rgb(65,215,83); }
div.DivClassName
{
background-color: #41D753;
}
.BgClassName
{
background-color: #41D753;
}
</style>
border-color css
<style>
span { border-color: #41D753; }
span { border-color: rgb(65,215,83); }
td.TdClassName
{
border-color: #41D753;
}
.TagClassName
{
border-color: #41D753;
}
</style>