Shades of Lime Green #41D036
Tints of Lime Green #41D036
RGB
CMYK
RGB Variations
Color information
#41D036 (or 0x41D036) is known color: Lime Green. HEX triplet: 41, D0 and 36. RGB value is (65,208,54). Sum of RGB (Red+Green+Blue) = 65+208+54=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 208 (81.64% from 255 or 63.61% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 208 - color contains mainly: green. Hex color #41D036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D036 is #BE2FC9. Grayscale: #949494. Windows color (decimal): -12464074 or 3592257. OLE color: 3592257.
HSL color Cylindrical-coordinate representation of color #41D036: hue angle of 115.71º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41D036 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 208 | 54 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.18 |
| HSL | 115.71º | 0.62% | 0.51% | - |
| HSV(B) | 115.71º | 0.74% | 0.82% | - |
| XYZ | 25.4 | 46.5 | 11.13 | - |
| YUV | 147.69 | 75.12 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 208 | 54 | 0.69 | 0 | 0.74 | 0.18 | 115.71 | 0.62 | 0.51 |
| Hex | 41 | D0 | 36 | 45 | 0 | 4A | 12 | 74 | 3E | 33 |
| Octal | 101 | 320 | 66 | 105 | 0 | 112 | 22 | 164 | 76 | 63 |
| Binary | 1000001 | 11010000 | 110110 | 1000101 | 0 | 1001010 | 10010 | 1110100 | 111110 | 110011 |
Color Harmonies of #41D036
Complementary color
Monochromatic Colors of #41D036
Black with #41D036
Text Example
Text Example
White with #41D036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D036; }
p { color: rgb(65,208,54); }
H1.HeaderClassName
{
color: #41D036;
}
.AnyTagClassName
{
color: #41D036;
}
</style>
background-color css
<style>
a { background-color: #41D036; }
a { background-color: rgb(65,208,54); }
div.DivClassName
{
background-color: #41D036;
}
.BgClassName
{
background-color: #41D036;
}
</style>
border-color css
<style>
span { border-color: #41D036; }
span { border-color: rgb(65,208,54); }
td.TdClassName
{
border-color: #41D036;
}
.TagClassName
{
border-color: #41D036;
}
</style>