Shades of Lime Green #41C048
Tints of Lime Green #41C048
RGB
CMYK
RGB Variations
Color information
#41C048 (or 0x41C048) is known color: Lime Green. HEX triplet: 41, C0 and 48. RGB value is (65,192,72). Sum of RGB (Red+Green+Blue) = 65+192+72=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #41C048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C048 is #BE3FB7. Grayscale: #8C8C8C. Windows color (decimal): -12468152 or 4767809. OLE color: 4767809.
HSL color Cylindrical-coordinate representation of color #41C048: hue angle of 123.31º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C048 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 72 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.25 |
| HSL | 123.31º | 0.5% | 0.5% | - |
| HSV(B) | 123.31º | 0.66% | 0.75% | - |
| XYZ | 22.2 | 39.29 | 12.54 | - |
| YUV | 140.35 | 89.42 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 72 | 0.66 | 0 | 0.63 | 0.25 | 123.31 | 0.5 | 0.5 |
| Hex | 41 | C0 | 48 | 42 | 0 | 3F | 19 | 7B | 32 | 32 |
| Octal | 101 | 300 | 110 | 102 | 0 | 77 | 31 | 173 | 62 | 62 |
| Binary | 1000001 | 11000000 | 1001000 | 1000010 | 0 | 111111 | 11001 | 1111011 | 110010 | 110010 |
Color Harmonies of #41C048
Complementary color
Monochromatic Colors of #41C048
Black with #41C048
Text Example
Text Example
White with #41C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C048; }
p { color: rgb(65,192,72); }
H1.HeaderClassName
{
color: #41C048;
}
.AnyTagClassName
{
color: #41C048;
}
</style>
background-color css
<style>
a { background-color: #41C048; }
a { background-color: rgb(65,192,72); }
div.DivClassName
{
background-color: #41C048;
}
.BgClassName
{
background-color: #41C048;
}
</style>
border-color css
<style>
span { border-color: #41C048; }
span { border-color: rgb(65,192,72); }
td.TdClassName
{
border-color: #41C048;
}
.TagClassName
{
border-color: #41C048;
}
</style>