Shades of Lime Green #41BF41
Tints of Lime Green #41BF41
RGB
CMYK
RGB Variations
Color information
#41BF41 (or 0x41BF41) is known color: Lime Green. HEX triplet: 41, BF and 41. RGB value is (65,191,65). Sum of RGB (Red+Green+Blue) = 65+191+65=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 191 (75% from 255 or 59.50% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BF41 is #BE40BE. Grayscale: #8B8B8B. Windows color (decimal): -12468415 or 4308801. OLE color: 4308801.
HSL color Cylindrical-coordinate representation of color #41BF41: hue angle of 120º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BF41 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 65 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.25 |
| HSL | 120º | 0.5% | 0.5% | - |
| HSV(B) | 120º | 0.66% | 0.75% | - |
| XYZ | 21.76 | 38.77 | 11.34 | - |
| YUV | 138.96 | 86.26 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 65 | 0.66 | 0 | 0.66 | 0.25 | 120 | 0.5 | 0.5 |
| Hex | 41 | BF | 41 | 42 | 0 | 42 | 19 | 78 | 32 | 32 |
| Octal | 101 | 277 | 101 | 102 | 0 | 102 | 31 | 170 | 62 | 62 |
| Binary | 1000001 | 10111111 | 1000001 | 1000010 | 0 | 1000010 | 11001 | 1111000 | 110010 | 110010 |
Color Harmonies of #41BF41
Complementary color
Monochromatic Colors of #41BF41
Black with #41BF41
Text Example
Text Example
White with #41BF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BF41; }
p { color: rgb(65,191,65); }
H1.HeaderClassName
{
color: #41BF41;
}
.AnyTagClassName
{
color: #41BF41;
}
</style>
background-color css
<style>
a { background-color: #41BF41; }
a { background-color: rgb(65,191,65); }
div.DivClassName
{
background-color: #41BF41;
}
.BgClassName
{
background-color: #41BF41;
}
</style>
border-color css
<style>
span { border-color: #41BF41; }
span { border-color: rgb(65,191,65); }
td.TdClassName
{
border-color: #41BF41;
}
.TagClassName
{
border-color: #41BF41;
}
</style>