Shades of Lime Green #41D447
Tints of Lime Green #41D447
RGB
CMYK
RGB Variations
Color information
#41D447 (or 0x41D447) is known color: Lime Green. HEX triplet: 41, D4 and 47. RGB value is (65,212,71). Sum of RGB (Red+Green+Blue) = 65+212+71=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 212 (83.20% from 255 or 60.92% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 212 - color contains mainly: green. Hex color #41D447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D447 is #BE2BB8. Grayscale: #989898. Windows color (decimal): -12463033 or 4707393. OLE color: 4707393.
HSL color Cylindrical-coordinate representation of color #41D447: hue angle of 122.45º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D447 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 212 | 71 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.17 |
| HSL | 122.45º | 0.63% | 0.54% | - |
| HSV(B) | 122.45º | 0.69% | 0.83% | - |
| XYZ | 26.86 | 48.67 | 13.94 | - |
| YUV | 151.97 | 82.3 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 212 | 71 | 0.69 | 0 | 0.67 | 0.17 | 122.45 | 0.63 | 0.54 |
| Hex | 41 | D4 | 47 | 45 | 0 | 43 | 11 | 7A | 3F | 36 |
| Octal | 101 | 324 | 107 | 105 | 0 | 103 | 21 | 172 | 77 | 66 |
| Binary | 1000001 | 11010100 | 1000111 | 1000101 | 0 | 1000011 | 10001 | 1111010 | 111111 | 110110 |
Color Harmonies of #41D447
Complementary color
Monochromatic Colors of #41D447
Black with #41D447
Text Example
Text Example
White with #41D447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D447; }
p { color: rgb(65,212,71); }
H1.HeaderClassName
{
color: #41D447;
}
.AnyTagClassName
{
color: #41D447;
}
</style>
background-color css
<style>
a { background-color: #41D447; }
a { background-color: rgb(65,212,71); }
div.DivClassName
{
background-color: #41D447;
}
.BgClassName
{
background-color: #41D447;
}
</style>
border-color css
<style>
span { border-color: #41D447; }
span { border-color: rgb(65,212,71); }
td.TdClassName
{
border-color: #41D447;
}
.TagClassName
{
border-color: #41D447;
}
</style>