Shades of Lime Green #41C130
Tints of Lime Green #41C130
RGB
CMYK
RGB Variations
Color information
#41C130 (or 0x41C130) is known color: Lime Green. HEX triplet: 41, C1 and 30. RGB value is (65,193,48). Sum of RGB (Red+Green+Blue) = 65+193+48=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 193 (75.78% from 255 or 63.07% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 193 - color contains mainly: green. Hex color #41C130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C130 is #BE3ECF. Grayscale: #8A8A8A. Windows color (decimal): -12467920 or 3195201. OLE color: 3195201.
HSL color Cylindrical-coordinate representation of color #41C130: hue angle of 112.97º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41C130 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 193 | 48 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.24 |
| HSL | 112.97º | 0.6% | 0.47% | - |
| HSV(B) | 112.97º | 0.75% | 0.76% | - |
| XYZ | 21.78 | 39.48 | 9.27 | - |
| YUV | 138.2 | 77.09 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 193 | 48 | 0.66 | 0 | 0.75 | 0.24 | 112.97 | 0.6 | 0.47 |
| Hex | 41 | C1 | 30 | 42 | 0 | 4B | 18 | 71 | 3C | 2F |
| Octal | 101 | 301 | 60 | 102 | 0 | 113 | 30 | 161 | 74 | 57 |
| Binary | 1000001 | 11000001 | 110000 | 1000010 | 0 | 1001011 | 11000 | 1110001 | 111100 | 101111 |
Color Harmonies of #41C130
Complementary color
Monochromatic Colors of #41C130
Black with #41C130
Text Example
Text Example
White with #41C130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C130; }
p { color: rgb(65,193,48); }
H1.HeaderClassName
{
color: #41C130;
}
.AnyTagClassName
{
color: #41C130;
}
</style>
background-color css
<style>
a { background-color: #41C130; }
a { background-color: rgb(65,193,48); }
div.DivClassName
{
background-color: #41C130;
}
.BgClassName
{
background-color: #41C130;
}
</style>
border-color css
<style>
span { border-color: #41C130; }
span { border-color: rgb(65,193,48); }
td.TdClassName
{
border-color: #41C130;
}
.TagClassName
{
border-color: #41C130;
}
</style>