Shades of Lime Green #41D83D
Tints of Lime Green #41D83D
RGB
CMYK
RGB Variations
Color information
#41D83D (or 0x41D83D) is known color: Lime Green. HEX triplet: 41, D8 and 3D. RGB value is (65,216,61). Sum of RGB (Red+Green+Blue) = 65+216+61=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 216 (84.77% from 255 or 63.16% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 216 - color contains mainly: green. Hex color #41D83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D83D is #BE27C2. Grayscale: #999999. Windows color (decimal): -12462019 or 4053057. OLE color: 4053057.
HSL color Cylindrical-coordinate representation of color #41D83D: hue angle of 118.45º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41D83D is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 216 | 61 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.15 |
| HSL | 118.45º | 0.67% | 0.54% | - |
| HSV(B) | 118.45º | 0.72% | 0.85% | - |
| XYZ | 27.58 | 50.57 | 12.72 | - |
| YUV | 153.18 | 75.97 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 216 | 61 | 0.70 | 0 | 0.72 | 0.15 | 118.45 | 0.67 | 0.54 |
| Hex | 41 | D8 | 3D | 46 | 0 | 48 | F | 76 | 43 | 36 |
| Octal | 101 | 330 | 75 | 106 | 0 | 110 | 17 | 166 | 103 | 66 |
| Binary | 1000001 | 11011000 | 111101 | 1000110 | 0 | 1001000 | 1111 | 1110110 | 1000011 | 110110 |
Color Harmonies of #41D83D
Complementary color
Monochromatic Colors of #41D83D
Black with #41D83D
Text Example
Text Example
White with #41D83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D83D; }
p { color: rgb(65,216,61); }
H1.HeaderClassName
{
color: #41D83D;
}
.AnyTagClassName
{
color: #41D83D;
}
</style>
background-color css
<style>
a { background-color: #41D83D; }
a { background-color: rgb(65,216,61); }
div.DivClassName
{
background-color: #41D83D;
}
.BgClassName
{
background-color: #41D83D;
}
</style>
border-color css
<style>
span { border-color: #41D83D; }
span { border-color: rgb(65,216,61); }
td.TdClassName
{
border-color: #41D83D;
}
.TagClassName
{
border-color: #41D83D;
}
</style>