Shades of Lime Green #41C43A
Tints of Lime Green #41C43A
RGB
CMYK
RGB Variations
Color information
#41C43A (or 0x41C43A) is known color: Lime Green. HEX triplet: 41, C4 and 3A. RGB value is (65,196,58). Sum of RGB (Red+Green+Blue) = 65+196+58=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 196 (76.95% from 255 or 61.44% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 196 - color contains mainly: green. Hex color #41C43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C43A is #BE3BC5. Grayscale: #8D8D8D. Windows color (decimal): -12467142 or 3851329. OLE color: 3851329.
HSL color Cylindrical-coordinate representation of color #41C43A: hue angle of 116.96º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41C43A is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 196 | 58 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.23 |
| HSL | 116.96º | 0.54% | 0.5% | - |
| HSV(B) | 116.96º | 0.7% | 0.77% | - |
| XYZ | 22.68 | 40.91 | 10.7 | - |
| YUV | 141.1 | 81.1 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 196 | 58 | 0.67 | 0 | 0.70 | 0.23 | 116.96 | 0.54 | 0.5 |
| Hex | 41 | C4 | 3A | 43 | 0 | 46 | 17 | 75 | 36 | 32 |
| Octal | 101 | 304 | 72 | 103 | 0 | 106 | 27 | 165 | 66 | 62 |
| Binary | 1000001 | 11000100 | 111010 | 1000011 | 0 | 1000110 | 10111 | 1110101 | 110110 | 110010 |
Color Harmonies of #41C43A
Complementary color
Monochromatic Colors of #41C43A
Black with #41C43A
Text Example
Text Example
White with #41C43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C43A; }
p { color: rgb(65,196,58); }
H1.HeaderClassName
{
color: #41C43A;
}
.AnyTagClassName
{
color: #41C43A;
}
</style>
background-color css
<style>
a { background-color: #41C43A; }
a { background-color: rgb(65,196,58); }
div.DivClassName
{
background-color: #41C43A;
}
.BgClassName
{
background-color: #41C43A;
}
</style>
border-color css
<style>
span { border-color: #41C43A; }
span { border-color: rgb(65,196,58); }
td.TdClassName
{
border-color: #41C43A;
}
.TagClassName
{
border-color: #41C43A;
}
</style>