Shades of Lime Green #41BF2B
Tints of Lime Green #41BF2B
RGB
CMYK
RGB Variations
Color information
#41BF2B (or 0x41BF2B) is known color: Lime Green. HEX triplet: 41, BF and 2B. RGB value is (65,191,43). Sum of RGB (Red+Green+Blue) = 65+191+43=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 191 (75% from 255 or 63.88% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BF2B is #BE40D4. Grayscale: #888888. Windows color (decimal): -12468437 or 2867009. OLE color: 2867009.
HSL color Cylindrical-coordinate representation of color #41BF2B: hue angle of 111.08º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41BF2B is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 43 | - |
| CMYK | 0.66 | 0 | 0.77 | 0.25 |
| HSL | 111.08º | 0.63% | 0.46% | - |
| HSV(B) | 111.08º | 0.77% | 0.75% | - |
| XYZ | 21.25 | 38.56 | 8.61 | - |
| YUV | 136.45 | 75.26 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 43 | 0.66 | 0 | 0.77 | 0.25 | 111.08 | 0.63 | 0.46 |
| Hex | 41 | BF | 2B | 42 | 0 | 4D | 19 | 6F | 3F | 2E |
| Octal | 101 | 277 | 53 | 102 | 0 | 115 | 31 | 157 | 77 | 56 |
| Binary | 1000001 | 10111111 | 101011 | 1000010 | 0 | 1001101 | 11001 | 1101111 | 111111 | 101110 |
Color Harmonies of #41BF2B
Complementary color
Monochromatic Colors of #41BF2B
Black with #41BF2B
Text Example
Text Example
White with #41BF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BF2B; }
p { color: rgb(65,191,43); }
H1.HeaderClassName
{
color: #41BF2B;
}
.AnyTagClassName
{
color: #41BF2B;
}
</style>
background-color css
<style>
a { background-color: #41BF2B; }
a { background-color: rgb(65,191,43); }
div.DivClassName
{
background-color: #41BF2B;
}
.BgClassName
{
background-color: #41BF2B;
}
</style>
border-color css
<style>
span { border-color: #41BF2B; }
span { border-color: rgb(65,191,43); }
td.TdClassName
{
border-color: #41BF2B;
}
.TagClassName
{
border-color: #41BF2B;
}
</style>