Shades of Lime Green #41BD41
Tints of Lime Green #41BD41
RGB
CMYK
RGB Variations
Color information
#41BD41 (or 0x41BD41) is known color: Lime Green. HEX triplet: 41, BD and 41. RGB value is (65,189,65). Sum of RGB (Red+Green+Blue) = 65+189+65=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 189 (74.22% from 255 or 59.25% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 189 - color contains mainly: green. Hex color #41BD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BD41 is #BE42BE. Grayscale: #8A8A8A. Windows color (decimal): -12468927 or 4308289. OLE color: 4308289.
HSL color Cylindrical-coordinate representation of color #41BD41: hue angle of 120º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BD41 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 189 | 65 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.26 |
| HSL | 120º | 0.49% | 0.5% | - |
| HSV(B) | 120º | 0.66% | 0.74% | - |
| XYZ | 21.33 | 37.9 | 11.19 | - |
| YUV | 137.79 | 86.92 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 189 | 65 | 0.66 | 0 | 0.66 | 0.26 | 120 | 0.49 | 0.5 |
| Hex | 41 | BD | 41 | 42 | 0 | 42 | 1A | 78 | 31 | 32 |
| Octal | 101 | 275 | 101 | 102 | 0 | 102 | 32 | 170 | 61 | 62 |
| Binary | 1000001 | 10111101 | 1000001 | 1000010 | 0 | 1000010 | 11010 | 1111000 | 110001 | 110010 |
Color Harmonies of #41BD41
Complementary color
Monochromatic Colors of #41BD41
Black with #41BD41
Text Example
Text Example
White with #41BD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BD41; }
p { color: rgb(65,189,65); }
H1.HeaderClassName
{
color: #41BD41;
}
.AnyTagClassName
{
color: #41BD41;
}
</style>
background-color css
<style>
a { background-color: #41BD41; }
a { background-color: rgb(65,189,65); }
div.DivClassName
{
background-color: #41BD41;
}
.BgClassName
{
background-color: #41BD41;
}
</style>
border-color css
<style>
span { border-color: #41BD41; }
span { border-color: rgb(65,189,65); }
td.TdClassName
{
border-color: #41BD41;
}
.TagClassName
{
border-color: #41BD41;
}
</style>