Shades of Lime Green #41B936
Tints of Lime Green #41B936
RGB
CMYK
RGB Variations
Color information
#41B936 (or 0x41B936) is known color: Lime Green. HEX triplet: 41, B9 and 36. RGB value is (65,185,54). Sum of RGB (Red+Green+Blue) = 65+185+54=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 185 (72.66% from 255 or 60.86% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 185 - color contains mainly: green. Hex color #41B936 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B936 is #BE46C9. Grayscale: #868686. Windows color (decimal): -12469962 or 3586369. OLE color: 3586369.
HSL color Cylindrical-coordinate representation of color #41B936: hue angle of 114.96º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41B936 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 185 | 54 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.27 |
| HSL | 114.96º | 0.55% | 0.47% | - |
| HSV(B) | 114.96º | 0.71% | 0.73% | - |
| XYZ | 20.19 | 36.09 | 9.39 | - |
| YUV | 134.19 | 82.74 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 185 | 54 | 0.65 | 0 | 0.71 | 0.27 | 114.96 | 0.55 | 0.47 |
| Hex | 41 | B9 | 36 | 41 | 0 | 47 | 1B | 73 | 37 | 2F |
| Octal | 101 | 271 | 66 | 101 | 0 | 107 | 33 | 163 | 67 | 57 |
| Binary | 1000001 | 10111001 | 110110 | 1000001 | 0 | 1000111 | 11011 | 1110011 | 110111 | 101111 |
Color Harmonies of #41B936
Complementary color
Monochromatic Colors of #41B936
Black with #41B936
Text Example
Text Example
White with #41B936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B936; }
p { color: rgb(65,185,54); }
H1.HeaderClassName
{
color: #41B936;
}
.AnyTagClassName
{
color: #41B936;
}
</style>
background-color css
<style>
a { background-color: #41B936; }
a { background-color: rgb(65,185,54); }
div.DivClassName
{
background-color: #41B936;
}
.BgClassName
{
background-color: #41B936;
}
</style>
border-color css
<style>
span { border-color: #41B936; }
span { border-color: rgb(65,185,54); }
td.TdClassName
{
border-color: #41B936;
}
.TagClassName
{
border-color: #41B936;
}
</style>