Shades of Lime Green #41D83A
Tints of Lime Green #41D83A
RGB
CMYK
RGB Variations
Color information
#41D83A (or 0x41D83A) is known color: Lime Green. HEX triplet: 41, D8 and 3A. RGB value is (65,216,58). Sum of RGB (Red+Green+Blue) = 65+216+58=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 216 (84.77% from 255 or 63.72% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 216 - color contains mainly: green. Hex color #41D83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D83A is #BE27C5. Grayscale: #999999. Windows color (decimal): -12462022 or 3856449. OLE color: 3856449.
HSL color Cylindrical-coordinate representation of color #41D83A: hue angle of 117.34º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41D83A is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 216 | 58 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.15 |
| HSL | 117.34º | 0.67% | 0.54% | - |
| HSV(B) | 117.34º | 0.73% | 0.85% | - |
| XYZ | 27.5 | 50.54 | 12.31 | - |
| YUV | 152.84 | 74.47 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 216 | 58 | 0.70 | 0 | 0.73 | 0.15 | 117.34 | 0.67 | 0.54 |
| Hex | 41 | D8 | 3A | 46 | 0 | 49 | F | 75 | 43 | 36 |
| Octal | 101 | 330 | 72 | 106 | 0 | 111 | 17 | 165 | 103 | 66 |
| Binary | 1000001 | 11011000 | 111010 | 1000110 | 0 | 1001001 | 1111 | 1110101 | 1000011 | 110110 |
Color Harmonies of #41D83A
Complementary color
Monochromatic Colors of #41D83A
Black with #41D83A
Text Example
Text Example
White with #41D83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D83A; }
p { color: rgb(65,216,58); }
H1.HeaderClassName
{
color: #41D83A;
}
.AnyTagClassName
{
color: #41D83A;
}
</style>
background-color css
<style>
a { background-color: #41D83A; }
a { background-color: rgb(65,216,58); }
div.DivClassName
{
background-color: #41D83A;
}
.BgClassName
{
background-color: #41D83A;
}
</style>
border-color css
<style>
span { border-color: #41D83A; }
span { border-color: rgb(65,216,58); }
td.TdClassName
{
border-color: #41D83A;
}
.TagClassName
{
border-color: #41D83A;
}
</style>