Shades of Lime Green #41C831
Tints of Lime Green #41C831
RGB
CMYK
RGB Variations
Color information
#41C831 (or 0x41C831) is known color: Lime Green. HEX triplet: 41, C8 and 31. RGB value is (65,200,49). Sum of RGB (Red+Green+Blue) = 65+200+49=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 200 (78.52% from 255 or 63.69% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 200 - color contains mainly: green. Hex color #41C831 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C831 is #BE37CE. Grayscale: #8E8E8E. Windows color (decimal): -12466127 or 3262529. OLE color: 3262529.
HSL color Cylindrical-coordinate representation of color #41C831: hue angle of 113.64º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41C831 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 200 | 49 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.22 |
| HSL | 113.64º | 0.61% | 0.49% | - |
| HSV(B) | 113.64º | 0.76% | 0.78% | - |
| XYZ | 23.39 | 42.65 | 9.91 | - |
| YUV | 142.42 | 75.27 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 200 | 49 | 0.68 | 0 | 0.76 | 0.22 | 113.64 | 0.61 | 0.49 |
| Hex | 41 | C8 | 31 | 44 | 0 | 4C | 16 | 72 | 3D | 31 |
| Octal | 101 | 310 | 61 | 104 | 0 | 114 | 26 | 162 | 75 | 61 |
| Binary | 1000001 | 11001000 | 110001 | 1000100 | 0 | 1001100 | 10110 | 1110010 | 111101 | 110001 |
Color Harmonies of #41C831
Complementary color
Monochromatic Colors of #41C831
Black with #41C831
Text Example
Text Example
White with #41C831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C831; }
p { color: rgb(65,200,49); }
H1.HeaderClassName
{
color: #41C831;
}
.AnyTagClassName
{
color: #41C831;
}
</style>
background-color css
<style>
a { background-color: #41C831; }
a { background-color: rgb(65,200,49); }
div.DivClassName
{
background-color: #41C831;
}
.BgClassName
{
background-color: #41C831;
}
</style>
border-color css
<style>
span { border-color: #41C831; }
span { border-color: rgb(65,200,49); }
td.TdClassName
{
border-color: #41C831;
}
.TagClassName
{
border-color: #41C831;
}
</style>