Shades of Lime Green #41C247
Tints of Lime Green #41C247
RGB
CMYK
RGB Variations
Color information
#41C247 (or 0x41C247) is known color: Lime Green. HEX triplet: 41, C2 and 47. RGB value is (65,194,71). Sum of RGB (Red+Green+Blue) = 65+194+71=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #41C247 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C247 is #BE3DB8. Grayscale: #8D8D8D. Windows color (decimal): -12467641 or 4702785. OLE color: 4702785.
HSL color Cylindrical-coordinate representation of color #41C247: hue angle of 122.79º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C247 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 194 | 71 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.24 |
| HSL | 122.79º | 0.51% | 0.51% | - |
| HSV(B) | 122.79º | 0.66% | 0.76% | - |
| XYZ | 22.61 | 40.16 | 12.52 | - |
| YUV | 141.41 | 88.26 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 71 | 0.66 | 0 | 0.63 | 0.24 | 122.79 | 0.51 | 0.51 |
| Hex | 41 | C2 | 47 | 42 | 0 | 3F | 18 | 7B | 33 | 33 |
| Octal | 101 | 302 | 107 | 102 | 0 | 77 | 30 | 173 | 63 | 63 |
| Binary | 1000001 | 11000010 | 1000111 | 1000010 | 0 | 111111 | 11000 | 1111011 | 110011 | 110011 |
Color Harmonies of #41C247
Complementary color
Monochromatic Colors of #41C247
Black with #41C247
Text Example
Text Example
White with #41C247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C247; }
p { color: rgb(65,194,71); }
H1.HeaderClassName
{
color: #41C247;
}
.AnyTagClassName
{
color: #41C247;
}
</style>
background-color css
<style>
a { background-color: #41C247; }
a { background-color: rgb(65,194,71); }
div.DivClassName
{
background-color: #41C247;
}
.BgClassName
{
background-color: #41C247;
}
</style>
border-color css
<style>
span { border-color: #41C247; }
span { border-color: rgb(65,194,71); }
td.TdClassName
{
border-color: #41C247;
}
.TagClassName
{
border-color: #41C247;
}
</style>