Shades of Lime Green #41DD34
Tints of Lime Green #41DD34
RGB
CMYK
RGB Variations
Color information
#41DD34 (or 0x41DD34) is known color: Lime Green. HEX triplet: 41, DD and 34. RGB value is (65,221,52). Sum of RGB (Red+Green+Blue) = 65+221+52=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 221 (86.72% from 255 or 65.38% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 221 - color contains mainly: green. Hex color #41DD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DD34 is #BE22CB. Grayscale: #9B9B9B. Windows color (decimal): -12460748 or 3464513. OLE color: 3464513.
HSL color Cylindrical-coordinate representation of color #41DD34: hue angle of 115.38º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41DD34 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 221 | 52 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.13 |
| HSL | 115.38º | 0.71% | 0.54% | - |
| HSV(B) | 115.38º | 0.76% | 0.87% | - |
| XYZ | 28.66 | 53.08 | 11.98 | - |
| YUV | 155.09 | 69.82 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 221 | 52 | 0.71 | 0 | 0.76 | 0.13 | 115.38 | 0.71 | 0.54 |
| Hex | 41 | DD | 34 | 47 | 0 | 4C | D | 73 | 47 | 36 |
| Octal | 101 | 335 | 64 | 107 | 0 | 114 | 15 | 163 | 107 | 66 |
| Binary | 1000001 | 11011101 | 110100 | 1000111 | 0 | 1001100 | 1101 | 1110011 | 1000111 | 110110 |
Color Harmonies of #41DD34
Complementary color
Monochromatic Colors of #41DD34
Black with #41DD34
Text Example
Text Example
White with #41DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DD34; }
p { color: rgb(65,221,52); }
H1.HeaderClassName
{
color: #41DD34;
}
.AnyTagClassName
{
color: #41DD34;
}
</style>
background-color css
<style>
a { background-color: #41DD34; }
a { background-color: rgb(65,221,52); }
div.DivClassName
{
background-color: #41DD34;
}
.BgClassName
{
background-color: #41DD34;
}
</style>
border-color css
<style>
span { border-color: #41DD34; }
span { border-color: rgb(65,221,52); }
td.TdClassName
{
border-color: #41DD34;
}
.TagClassName
{
border-color: #41DD34;
}
</style>