Shades of Lime Green #41C328
Tints of Lime Green #41C328
RGB
CMYK
RGB Variations
Color information
#41C328 (or 0x41C328) is known color: Lime Green. HEX triplet: 41, C3 and 28. RGB value is (65,195,40). Sum of RGB (Red+Green+Blue) = 65+195+40=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 195 (76.56% from 255 or 65% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 195 - color contains mainly: green. Hex color #41C328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C328 is #BE3CD7. Grayscale: #8A8A8A. Windows color (decimal): -12467416 or 2671425. OLE color: 2671425.
HSL color Cylindrical-coordinate representation of color #41C328: hue angle of 110.32º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41C328 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 195 | 40 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.24 |
| HSL | 110.32º | 0.66% | 0.46% | - |
| HSV(B) | 110.32º | 0.79% | 0.76% | - |
| XYZ | 22.08 | 40.31 | 8.62 | - |
| YUV | 138.46 | 72.43 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 195 | 40 | 0.67 | 0 | 0.79 | 0.24 | 110.32 | 0.66 | 0.46 |
| Hex | 41 | C3 | 28 | 43 | 0 | 4F | 18 | 6E | 42 | 2E |
| Octal | 101 | 303 | 50 | 103 | 0 | 117 | 30 | 156 | 102 | 56 |
| Binary | 1000001 | 11000011 | 101000 | 1000011 | 0 | 1001111 | 11000 | 1101110 | 1000010 | 101110 |
Color Harmonies of #41C328
Complementary color
Monochromatic Colors of #41C328
Black with #41C328
Text Example
Text Example
White with #41C328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C328; }
p { color: rgb(65,195,40); }
H1.HeaderClassName
{
color: #41C328;
}
.AnyTagClassName
{
color: #41C328;
}
</style>
background-color css
<style>
a { background-color: #41C328; }
a { background-color: rgb(65,195,40); }
div.DivClassName
{
background-color: #41C328;
}
.BgClassName
{
background-color: #41C328;
}
</style>
border-color css
<style>
span { border-color: #41C328; }
span { border-color: rgb(65,195,40); }
td.TdClassName
{
border-color: #41C328;
}
.TagClassName
{
border-color: #41C328;
}
</style>