Shades of Lime Green #41D43C
Tints of Lime Green #41D43C
RGB
CMYK
RGB Variations
Color information
#41D43C (or 0x41D43C) is known color: Lime Green. HEX triplet: 41, D4 and 3C. RGB value is (65,212,60). Sum of RGB (Red+Green+Blue) = 65+212+60=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 212 (83.20% from 255 or 62.91% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 212 - color contains mainly: green. Hex color #41D43C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D43C is #BE2BC3. Grayscale: #979797. Windows color (decimal): -12463044 or 3986497. OLE color: 3986497.
HSL color Cylindrical-coordinate representation of color #41D43C: hue angle of 118.03º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41D43C is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 212 | 60 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.17 |
| HSL | 118.03º | 0.64% | 0.53% | - |
| HSV(B) | 118.03º | 0.72% | 0.83% | - |
| XYZ | 26.54 | 48.54 | 12.24 | - |
| YUV | 150.72 | 76.8 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 212 | 60 | 0.69 | 0 | 0.72 | 0.17 | 118.03 | 0.64 | 0.53 |
| Hex | 41 | D4 | 3C | 45 | 0 | 48 | 11 | 76 | 40 | 35 |
| Octal | 101 | 324 | 74 | 105 | 0 | 110 | 21 | 166 | 100 | 65 |
| Binary | 1000001 | 11010100 | 111100 | 1000101 | 0 | 1001000 | 10001 | 1110110 | 1000000 | 110101 |
Color Harmonies of #41D43C
Complementary color
Monochromatic Colors of #41D43C
Black with #41D43C
Text Example
Text Example
White with #41D43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D43C; }
p { color: rgb(65,212,60); }
H1.HeaderClassName
{
color: #41D43C;
}
.AnyTagClassName
{
color: #41D43C;
}
</style>
background-color css
<style>
a { background-color: #41D43C; }
a { background-color: rgb(65,212,60); }
div.DivClassName
{
background-color: #41D43C;
}
.BgClassName
{
background-color: #41D43C;
}
</style>
border-color css
<style>
span { border-color: #41D43C; }
span { border-color: rgb(65,212,60); }
td.TdClassName
{
border-color: #41D43C;
}
.TagClassName
{
border-color: #41D43C;
}
</style>