Shades of Lime Green #41C149
Tints of Lime Green #41C149
RGB
CMYK
RGB Variations
Color information
#41C149 (or 0x41C149) is known color: Lime Green. HEX triplet: 41, C1 and 49. RGB value is (65,193,73). Sum of RGB (Red+Green+Blue) = 65+193+73=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #41C149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C149 is #BE3EB6. Grayscale: #8D8D8D. Windows color (decimal): -12467895 or 4833601. OLE color: 4833601.
HSL color Cylindrical-coordinate representation of color #41C149: hue angle of 123.75º 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 #41C149 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 193 | 73 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.24 |
| HSL | 123.75º | 0.51% | 0.51% | - |
| HSV(B) | 123.75º | 0.66% | 0.76% | - |
| XYZ | 22.45 | 39.74 | 12.79 | - |
| YUV | 141.05 | 89.59 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 193 | 73 | 0.66 | 0 | 0.62 | 0.24 | 123.75 | 0.51 | 0.51 |
| Hex | 41 | C1 | 49 | 42 | 0 | 3E | 18 | 7C | 33 | 33 |
| Octal | 101 | 301 | 111 | 102 | 0 | 76 | 30 | 174 | 63 | 63 |
| Binary | 1000001 | 11000001 | 1001001 | 1000010 | 0 | 111110 | 11000 | 1111100 | 110011 | 110011 |
Color Harmonies of #41C149
Complementary color
Monochromatic Colors of #41C149
Black with #41C149
Text Example
Text Example
White with #41C149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C149; }
p { color: rgb(65,193,73); }
H1.HeaderClassName
{
color: #41C149;
}
.AnyTagClassName
{
color: #41C149;
}
</style>
background-color css
<style>
a { background-color: #41C149; }
a { background-color: rgb(65,193,73); }
div.DivClassName
{
background-color: #41C149;
}
.BgClassName
{
background-color: #41C149;
}
</style>
border-color css
<style>
span { border-color: #41C149; }
span { border-color: rgb(65,193,73); }
td.TdClassName
{
border-color: #41C149;
}
.TagClassName
{
border-color: #41C149;
}
</style>