Shades of Lime Green #41BA39
Tints of Lime Green #41BA39
RGB
CMYK
RGB Variations
Color information
#41BA39 (or 0x41BA39) is known color: Lime Green. HEX triplet: 41, BA and 39. RGB value is (65,186,57). Sum of RGB (Red+Green+Blue) = 65+186+57=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #41BA39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BA39 is #BE45C6. Grayscale: #878787. Windows color (decimal): -12469703 or 3783233. OLE color: 3783233.
HSL color Cylindrical-coordinate representation of color #41BA39: hue angle of 116.28º degrees, saturation: 0.53, 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 #41BA39 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 186 | 57 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.27 |
| HSL | 116.28º | 0.53% | 0.48% | - |
| HSV(B) | 116.28º | 0.69% | 0.73% | - |
| XYZ | 20.48 | 36.54 | 9.84 | - |
| YUV | 135.12 | 83.91 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 186 | 57 | 0.65 | 0 | 0.69 | 0.27 | 116.28 | 0.53 | 0.48 |
| Hex | 41 | BA | 39 | 41 | 0 | 45 | 1B | 74 | 35 | 30 |
| Octal | 101 | 272 | 71 | 101 | 0 | 105 | 33 | 164 | 65 | 60 |
| Binary | 1000001 | 10111010 | 111001 | 1000001 | 0 | 1000101 | 11011 | 1110100 | 110101 | 110000 |
Color Harmonies of #41BA39
Complementary color
Monochromatic Colors of #41BA39
Black with #41BA39
Text Example
Text Example
White with #41BA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BA39; }
p { color: rgb(65,186,57); }
H1.HeaderClassName
{
color: #41BA39;
}
.AnyTagClassName
{
color: #41BA39;
}
</style>
background-color css
<style>
a { background-color: #41BA39; }
a { background-color: rgb(65,186,57); }
div.DivClassName
{
background-color: #41BA39;
}
.BgClassName
{
background-color: #41BA39;
}
</style>
border-color css
<style>
span { border-color: #41BA39; }
span { border-color: rgb(65,186,57); }
td.TdClassName
{
border-color: #41BA39;
}
.TagClassName
{
border-color: #41BA39;
}
</style>