Shades of Lime Green #41C73F
Tints of Lime Green #41C73F
RGB
CMYK
RGB Variations
Color information
#41C73F (or 0x41C73F) is known color: Lime Green. HEX triplet: 41, C7 and 3F. RGB value is (65,199,63). Sum of RGB (Red+Green+Blue) = 65+199+63=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 199 (78.12% from 255 or 60.86% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 199 - color contains mainly: green. Hex color #41C73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C73F is #BE38C0. Grayscale: #8F8F8F. Windows color (decimal): -12466369 or 4179777. OLE color: 4179777.
HSL color Cylindrical-coordinate representation of color #41C73F: hue angle of 119.12º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C73F is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 199 | 63 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.22 |
| HSL | 119.12º | 0.55% | 0.51% | - |
| HSV(B) | 119.12º | 0.68% | 0.78% | - |
| XYZ | 23.5 | 42.33 | 11.63 | - |
| YUV | 143.43 | 82.61 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 199 | 63 | 0.67 | 0 | 0.68 | 0.22 | 119.12 | 0.55 | 0.51 |
| Hex | 41 | C7 | 3F | 43 | 0 | 44 | 16 | 77 | 37 | 33 |
| Octal | 101 | 307 | 77 | 103 | 0 | 104 | 26 | 167 | 67 | 63 |
| Binary | 1000001 | 11000111 | 111111 | 1000011 | 0 | 1000100 | 10110 | 1110111 | 110111 | 110011 |
Color Harmonies of #41C73F
Complementary color
Monochromatic Colors of #41C73F
Black with #41C73F
Text Example
Text Example
White with #41C73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C73F; }
p { color: rgb(65,199,63); }
H1.HeaderClassName
{
color: #41C73F;
}
.AnyTagClassName
{
color: #41C73F;
}
</style>
background-color css
<style>
a { background-color: #41C73F; }
a { background-color: rgb(65,199,63); }
div.DivClassName
{
background-color: #41C73F;
}
.BgClassName
{
background-color: #41C73F;
}
</style>
border-color css
<style>
span { border-color: #41C73F; }
span { border-color: rgb(65,199,63); }
td.TdClassName
{
border-color: #41C73F;
}
.TagClassName
{
border-color: #41C73F;
}
</style>