Shades of Lime Green #41C54F
Tints of Lime Green #41C54F
RGB
CMYK
RGB Variations
Color information
#41C54F (or 0x41C54F) is known color: Lime Green. HEX triplet: 41, C5 and 4F. RGB value is (65,197,79). Sum of RGB (Red+Green+Blue) = 65+197+79=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 197 (77.34% from 255 or 57.77% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 197 - color contains mainly: green. Hex color #41C54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C54F is #BE3AB0. Grayscale: #909090. Windows color (decimal): -12466865 or 5227841. OLE color: 5227841.
HSL color Cylindrical-coordinate representation of color #41C54F: hue angle of 126.36º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C54F is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 197 | 79 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.23 |
| HSL | 126.36º | 0.53% | 0.51% | - |
| HSV(B) | 126.36º | 0.67% | 0.77% | - |
| XYZ | 23.56 | 41.62 | 14.19 | - |
| YUV | 144.08 | 91.27 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 197 | 79 | 0.67 | 0 | 0.60 | 0.23 | 126.36 | 0.53 | 0.51 |
| Hex | 41 | C5 | 4F | 43 | 0 | 3C | 17 | 7E | 35 | 33 |
| Octal | 101 | 305 | 117 | 103 | 0 | 74 | 27 | 176 | 65 | 63 |
| Binary | 1000001 | 11000101 | 1001111 | 1000011 | 0 | 111100 | 10111 | 1111110 | 110101 | 110011 |
Color Harmonies of #41C54F
Complementary color
Monochromatic Colors of #41C54F
Black with #41C54F
Text Example
Text Example
White with #41C54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C54F; }
p { color: rgb(65,197,79); }
H1.HeaderClassName
{
color: #41C54F;
}
.AnyTagClassName
{
color: #41C54F;
}
</style>
background-color css
<style>
a { background-color: #41C54F; }
a { background-color: rgb(65,197,79); }
div.DivClassName
{
background-color: #41C54F;
}
.BgClassName
{
background-color: #41C54F;
}
</style>
border-color css
<style>
span { border-color: #41C54F; }
span { border-color: rgb(65,197,79); }
td.TdClassName
{
border-color: #41C54F;
}
.TagClassName
{
border-color: #41C54F;
}
</style>