Shades of Lime Green #41B83D
Tints of Lime Green #41B83D
RGB
CMYK
RGB Variations
Color information
#41B83D (or 0x41B83D) is known color: Lime Green. HEX triplet: 41, B8 and 3D. RGB value is (65,184,61). Sum of RGB (Red+Green+Blue) = 65+184+61=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 184 (72.27% from 255 or 59.35% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 184 - color contains mainly: green. Hex color #41B83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B83D is #BE47C2. Grayscale: #868686. Windows color (decimal): -12470211 or 4044865. OLE color: 4044865.
HSL color Cylindrical-coordinate representation of color #41B83D: hue angle of 118.05º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41B83D is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 184 | 61 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.28 |
| HSL | 118.05º | 0.5% | 0.48% | - |
| HSV(B) | 118.05º | 0.67% | 0.72% | - |
| XYZ | 20.16 | 35.74 | 10.25 | - |
| YUV | 134.4 | 86.58 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 184 | 61 | 0.65 | 0 | 0.67 | 0.28 | 118.05 | 0.5 | 0.48 |
| Hex | 41 | B8 | 3D | 41 | 0 | 43 | 1C | 76 | 32 | 30 |
| Octal | 101 | 270 | 75 | 101 | 0 | 103 | 34 | 166 | 62 | 60 |
| Binary | 1000001 | 10111000 | 111101 | 1000001 | 0 | 1000011 | 11100 | 1110110 | 110010 | 110000 |
Color Harmonies of #41B83D
Complementary color
Monochromatic Colors of #41B83D
Black with #41B83D
Text Example
Text Example
White with #41B83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B83D; }
p { color: rgb(65,184,61); }
H1.HeaderClassName
{
color: #41B83D;
}
.AnyTagClassName
{
color: #41B83D;
}
</style>
background-color css
<style>
a { background-color: #41B83D; }
a { background-color: rgb(65,184,61); }
div.DivClassName
{
background-color: #41B83D;
}
.BgClassName
{
background-color: #41B83D;
}
</style>
border-color css
<style>
span { border-color: #41B83D; }
span { border-color: rgb(65,184,61); }
td.TdClassName
{
border-color: #41B83D;
}
.TagClassName
{
border-color: #41B83D;
}
</style>