Shades of Lime Green #41C73A
Tints of Lime Green #41C73A
RGB
CMYK
RGB Variations
Color information
#41C73A (or 0x41C73A) is known color: Lime Green. HEX triplet: 41, C7 and 3A. RGB value is (65,199,58). Sum of RGB (Red+Green+Blue) = 65+199+58=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 199 (78.12% from 255 or 61.80% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 199 - color contains mainly: green. Hex color #41C73A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C73A is #BE38C5. Grayscale: #8F8F8F. Windows color (decimal): -12466374 or 3852097. OLE color: 3852097.
HSL color Cylindrical-coordinate representation of color #41C73A: hue angle of 117.02º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41C73A is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 199 | 58 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.22 |
| HSL | 117.02º | 0.56% | 0.5% | - |
| HSV(B) | 117.02º | 0.71% | 0.78% | - |
| XYZ | 23.37 | 42.28 | 10.93 | - |
| YUV | 142.86 | 80.11 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 199 | 58 | 0.67 | 0 | 0.71 | 0.22 | 117.02 | 0.56 | 0.5 |
| Hex | 41 | C7 | 3A | 43 | 0 | 47 | 16 | 75 | 38 | 32 |
| Octal | 101 | 307 | 72 | 103 | 0 | 107 | 26 | 165 | 70 | 62 |
| Binary | 1000001 | 11000111 | 111010 | 1000011 | 0 | 1000111 | 10110 | 1110101 | 111000 | 110010 |
Color Harmonies of #41C73A
Complementary color
Monochromatic Colors of #41C73A
Black with #41C73A
Text Example
Text Example
White with #41C73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C73A; }
p { color: rgb(65,199,58); }
H1.HeaderClassName
{
color: #41C73A;
}
.AnyTagClassName
{
color: #41C73A;
}
</style>
background-color css
<style>
a { background-color: #41C73A; }
a { background-color: rgb(65,199,58); }
div.DivClassName
{
background-color: #41C73A;
}
.BgClassName
{
background-color: #41C73A;
}
</style>
border-color css
<style>
span { border-color: #41C73A; }
span { border-color: rgb(65,199,58); }
td.TdClassName
{
border-color: #41C73A;
}
.TagClassName
{
border-color: #41C73A;
}
</style>