Shades of Lime Green #41BA3A
Tints of Lime Green #41BA3A
RGB
CMYK
RGB Variations
Color information
#41BA3A (or 0x41BA3A) is known color: Lime Green. HEX triplet: 41, BA and 3A. RGB value is (65,186,58). Sum of RGB (Red+Green+Blue) = 65+186+58=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #41BA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BA3A is #BE45C5. Grayscale: #878787. Windows color (decimal): -12469702 or 3848769. OLE color: 3848769.
HSL color Cylindrical-coordinate representation of color #41BA3A: hue angle of 116.72º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41BA3A is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 186 | 58 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.27 |
| HSL | 116.72º | 0.52% | 0.48% | - |
| HSV(B) | 116.72º | 0.69% | 0.73% | - |
| XYZ | 20.5 | 36.55 | 9.98 | - |
| YUV | 135.23 | 84.41 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 186 | 58 | 0.65 | 0 | 0.69 | 0.27 | 116.72 | 0.52 | 0.48 |
| Hex | 41 | BA | 3A | 41 | 0 | 45 | 1B | 75 | 34 | 30 |
| Octal | 101 | 272 | 72 | 101 | 0 | 105 | 33 | 165 | 64 | 60 |
| Binary | 1000001 | 10111010 | 111010 | 1000001 | 0 | 1000101 | 11011 | 1110101 | 110100 | 110000 |
Color Harmonies of #41BA3A
Complementary color
Monochromatic Colors of #41BA3A
Black with #41BA3A
Text Example
Text Example
White with #41BA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BA3A; }
p { color: rgb(65,186,58); }
H1.HeaderClassName
{
color: #41BA3A;
}
.AnyTagClassName
{
color: #41BA3A;
}
</style>
background-color css
<style>
a { background-color: #41BA3A; }
a { background-color: rgb(65,186,58); }
div.DivClassName
{
background-color: #41BA3A;
}
.BgClassName
{
background-color: #41BA3A;
}
</style>
border-color css
<style>
span { border-color: #41BA3A; }
span { border-color: rgb(65,186,58); }
td.TdClassName
{
border-color: #41BA3A;
}
.TagClassName
{
border-color: #41BA3A;
}
</style>