Shades of Lime Green #41C939
Tints of Lime Green #41C939
RGB
CMYK
RGB Variations
Color information
#41C939 (or 0x41C939) is known color: Lime Green. HEX triplet: 41, C9 and 39. RGB value is (65,201,57). Sum of RGB (Red+Green+Blue) = 65+201+57=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 201 (78.91% from 255 or 62.23% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 201 - color contains mainly: green. Hex color #41C939 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C939 is #BE36C6. Grayscale: #909090. Windows color (decimal): -12465863 or 3787073. OLE color: 3787073.
HSL color Cylindrical-coordinate representation of color #41C939: hue angle of 116.67º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41C939 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 201 | 57 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.21 |
| HSL | 116.67º | 0.57% | 0.51% | - |
| HSV(B) | 116.67º | 0.72% | 0.79% | - |
| XYZ | 23.81 | 43.19 | 10.95 | - |
| YUV | 143.92 | 78.94 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 201 | 57 | 0.68 | 0 | 0.72 | 0.21 | 116.67 | 0.57 | 0.51 |
| Hex | 41 | C9 | 39 | 44 | 0 | 48 | 15 | 75 | 39 | 33 |
| Octal | 101 | 311 | 71 | 104 | 0 | 110 | 25 | 165 | 71 | 63 |
| Binary | 1000001 | 11001001 | 111001 | 1000100 | 0 | 1001000 | 10101 | 1110101 | 111001 | 110011 |
Color Harmonies of #41C939
Complementary color
Monochromatic Colors of #41C939
Black with #41C939
Text Example
Text Example
White with #41C939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C939; }
p { color: rgb(65,201,57); }
H1.HeaderClassName
{
color: #41C939;
}
.AnyTagClassName
{
color: #41C939;
}
</style>
background-color css
<style>
a { background-color: #41C939; }
a { background-color: rgb(65,201,57); }
div.DivClassName
{
background-color: #41C939;
}
.BgClassName
{
background-color: #41C939;
}
</style>
border-color css
<style>
span { border-color: #41C939; }
span { border-color: rgb(65,201,57); }
td.TdClassName
{
border-color: #41C939;
}
.TagClassName
{
border-color: #41C939;
}
</style>