Shades of Lime Green #41B83B
Tints of Lime Green #41B83B
RGB
CMYK
RGB Variations
Color information
#41B83B (or 0x41B83B) is known color: Lime Green. HEX triplet: 41, B8 and 3B. RGB value is (65,184,59). Sum of RGB (Red+Green+Blue) = 65+184+59=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 184 (72.27% from 255 or 59.74% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 184 - color contains mainly: green. Hex color #41B83B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B83B is #BE47C4. Grayscale: #868686. Windows color (decimal): -12470213 or 3913793. OLE color: 3913793.
HSL color Cylindrical-coordinate representation of color #41B83B: hue angle of 117.12º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41B83B is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 184 | 59 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.28 |
| HSL | 117.12º | 0.51% | 0.48% | - |
| HSV(B) | 117.12º | 0.68% | 0.72% | - |
| XYZ | 20.11 | 35.72 | 9.97 | - |
| YUV | 134.17 | 85.58 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 184 | 59 | 0.65 | 0 | 0.68 | 0.28 | 117.12 | 0.51 | 0.48 |
| Hex | 41 | B8 | 3B | 41 | 0 | 44 | 1C | 75 | 33 | 30 |
| Octal | 101 | 270 | 73 | 101 | 0 | 104 | 34 | 165 | 63 | 60 |
| Binary | 1000001 | 10111000 | 111011 | 1000001 | 0 | 1000100 | 11100 | 1110101 | 110011 | 110000 |
Color Harmonies of #41B83B
Complementary color
Monochromatic Colors of #41B83B
Black with #41B83B
Text Example
Text Example
White with #41B83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B83B; }
p { color: rgb(65,184,59); }
H1.HeaderClassName
{
color: #41B83B;
}
.AnyTagClassName
{
color: #41B83B;
}
</style>
background-color css
<style>
a { background-color: #41B83B; }
a { background-color: rgb(65,184,59); }
div.DivClassName
{
background-color: #41B83B;
}
.BgClassName
{
background-color: #41B83B;
}
</style>
border-color css
<style>
span { border-color: #41B83B; }
span { border-color: rgb(65,184,59); }
td.TdClassName
{
border-color: #41B83B;
}
.TagClassName
{
border-color: #41B83B;
}
</style>