Shades of Lime Green #41BD36
Tints of Lime Green #41BD36
RGB
CMYK
RGB Variations
Color information
#41BD36 (or 0x41BD36) is known color: Lime Green. HEX triplet: 41, BD and 36. RGB value is (65,189,54). Sum of RGB (Red+Green+Blue) = 65+189+54=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 189 (74.22% from 255 or 61.36% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 189 - color contains mainly: green. Hex color #41BD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BD36 is #BE42C9. Grayscale: #888888. Windows color (decimal): -12468938 or 3587393. OLE color: 3587393.
HSL color Cylindrical-coordinate representation of color #41BD36: hue angle of 115.11º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41BD36 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 189 | 54 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.26 |
| HSL | 115.11º | 0.56% | 0.48% | - |
| HSV(B) | 115.11º | 0.71% | 0.74% | - |
| XYZ | 21.04 | 37.79 | 9.67 | - |
| YUV | 136.53 | 81.42 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 189 | 54 | 0.66 | 0 | 0.71 | 0.26 | 115.11 | 0.56 | 0.48 |
| Hex | 41 | BD | 36 | 42 | 0 | 47 | 1A | 73 | 38 | 30 |
| Octal | 101 | 275 | 66 | 102 | 0 | 107 | 32 | 163 | 70 | 60 |
| Binary | 1000001 | 10111101 | 110110 | 1000010 | 0 | 1000111 | 11010 | 1110011 | 111000 | 110000 |
Color Harmonies of #41BD36
Complementary color
Monochromatic Colors of #41BD36
Black with #41BD36
Text Example
Text Example
White with #41BD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BD36; }
p { color: rgb(65,189,54); }
H1.HeaderClassName
{
color: #41BD36;
}
.AnyTagClassName
{
color: #41BD36;
}
</style>
background-color css
<style>
a { background-color: #41BD36; }
a { background-color: rgb(65,189,54); }
div.DivClassName
{
background-color: #41BD36;
}
.BgClassName
{
background-color: #41BD36;
}
</style>
border-color css
<style>
span { border-color: #41BD36; }
span { border-color: rgb(65,189,54); }
td.TdClassName
{
border-color: #41BD36;
}
.TagClassName
{
border-color: #41BD36;
}
</style>