Shades of Lime Green #41BA3F
Tints of Lime Green #41BA3F
RGB
CMYK
RGB Variations
Color information
#41BA3F (or 0x41BA3F) is known color: Lime Green. HEX triplet: 41, BA and 3F. RGB value is (65,186,63). Sum of RGB (Red+Green+Blue) = 65+186+63=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #41BA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BA3F is #BE45C0. Grayscale: #888888. Windows color (decimal): -12469697 or 4176449. OLE color: 4176449.
HSL color Cylindrical-coordinate representation of color #41BA3F: hue angle of 119.02º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BA3F is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 186 | 63 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.27 |
| HSL | 119.02º | 0.49% | 0.49% | - |
| HSV(B) | 119.02º | 0.66% | 0.73% | - |
| XYZ | 20.64 | 36.6 | 10.68 | - |
| YUV | 135.8 | 86.91 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 186 | 63 | 0.65 | 0 | 0.66 | 0.27 | 119.02 | 0.49 | 0.49 |
| Hex | 41 | BA | 3F | 41 | 0 | 42 | 1B | 77 | 31 | 31 |
| Octal | 101 | 272 | 77 | 101 | 0 | 102 | 33 | 167 | 61 | 61 |
| Binary | 1000001 | 10111010 | 111111 | 1000001 | 0 | 1000010 | 11011 | 1110111 | 110001 | 110001 |
Color Harmonies of #41BA3F
Complementary color
Monochromatic Colors of #41BA3F
Black with #41BA3F
Text Example
Text Example
White with #41BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BA3F; }
p { color: rgb(65,186,63); }
H1.HeaderClassName
{
color: #41BA3F;
}
.AnyTagClassName
{
color: #41BA3F;
}
</style>
background-color css
<style>
a { background-color: #41BA3F; }
a { background-color: rgb(65,186,63); }
div.DivClassName
{
background-color: #41BA3F;
}
.BgClassName
{
background-color: #41BA3F;
}
</style>
border-color css
<style>
span { border-color: #41BA3F; }
span { border-color: rgb(65,186,63); }
td.TdClassName
{
border-color: #41BA3F;
}
.TagClassName
{
border-color: #41BA3F;
}
</style>