Shades of Lime Green #41D52D
Tints of Lime Green #41D52D
RGB
CMYK
RGB Variations
Color information
#41D52D (or 0x41D52D) is known color: Lime Green. HEX triplet: 41, D5 and 2D. RGB value is (65,213,45). Sum of RGB (Red+Green+Blue) = 65+213+45=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 213 (83.59% from 255 or 65.94% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 213 - color contains mainly: green. Hex color #41D52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D52D is #BE2AD2. Grayscale: #969696. Windows color (decimal): -12462803 or 3003713. OLE color: 3003713.
HSL color Cylindrical-coordinate representation of color #41D52D: hue angle of 112.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41D52D is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 213 | 45 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.16 |
| HSL | 112.86º | 0.67% | 0.51% | - |
| HSV(B) | 112.86º | 0.79% | 0.84% | - |
| XYZ | 26.45 | 48.9 | 10.53 | - |
| YUV | 149.6 | 68.97 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 213 | 45 | 0.69 | 0 | 0.79 | 0.16 | 112.86 | 0.67 | 0.51 |
| Hex | 41 | D5 | 2D | 45 | 0 | 4F | 10 | 71 | 43 | 33 |
| Octal | 101 | 325 | 55 | 105 | 0 | 117 | 20 | 161 | 103 | 63 |
| Binary | 1000001 | 11010101 | 101101 | 1000101 | 0 | 1001111 | 10000 | 1110001 | 1000011 | 110011 |
Color Harmonies of #41D52D
Complementary color
Monochromatic Colors of #41D52D
Black with #41D52D
Text Example
Text Example
White with #41D52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D52D; }
p { color: rgb(65,213,45); }
H1.HeaderClassName
{
color: #41D52D;
}
.AnyTagClassName
{
color: #41D52D;
}
</style>
background-color css
<style>
a { background-color: #41D52D; }
a { background-color: rgb(65,213,45); }
div.DivClassName
{
background-color: #41D52D;
}
.BgClassName
{
background-color: #41D52D;
}
</style>
border-color css
<style>
span { border-color: #41D52D; }
span { border-color: rgb(65,213,45); }
td.TdClassName
{
border-color: #41D52D;
}
.TagClassName
{
border-color: #41D52D;
}
</style>