Shades of Lime Green #41B62E
Tints of Lime Green #41B62E
RGB
CMYK
RGB Variations
Color information
#41B62E (or 0x41B62E) is known color: Lime Green. HEX triplet: 41, B6 and 2E. RGB value is (65,182,46). Sum of RGB (Red+Green+Blue) = 65+182+46=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 182 (71.48% from 255 or 62.12% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 182 - color contains mainly: green. Hex color #41B62E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B62E is #BE49D1. Grayscale: #838383. Windows color (decimal): -12470738 or 3061313. OLE color: 3061313.
HSL color Cylindrical-coordinate representation of color #41B62E: hue angle of 111.62º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41B62E is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 65 | 182 | 46 | - |
| CMYK | 0.64 | 0 | 0.75 | 0.29 |
| HSL | 111.62º | 0.6% | 0.45% | - |
| HSV(B) | 111.62º | 0.75% | 0.71% | - |
| XYZ | 19.4 | 34.78 | 8.27 | - |
| YUV | 131.51 | 79.74 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 182 | 46 | 0.64 | 0 | 0.75 | 0.29 | 111.62 | 0.6 | 0.45 |
| Hex | 41 | B6 | 2E | 40 | 0 | 4B | 1D | 70 | 3C | 2D |
| Octal | 101 | 266 | 56 | 100 | 0 | 113 | 35 | 160 | 74 | 55 |
| Binary | 1000001 | 10110110 | 101110 | 1000000 | 0 | 1001011 | 11101 | 1110000 | 111100 | 101101 |
Color Harmonies of #41B62E
Complementary color
Monochromatic Colors of #41B62E
Black with #41B62E
Text Example
Text Example
White with #41B62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B62E; }
p { color: rgb(65,182,46); }
H1.HeaderClassName
{
color: #41B62E;
}
.AnyTagClassName
{
color: #41B62E;
}
</style>
background-color css
<style>
a { background-color: #41B62E; }
a { background-color: rgb(65,182,46); }
div.DivClassName
{
background-color: #41B62E;
}
.BgClassName
{
background-color: #41B62E;
}
</style>
border-color css
<style>
span { border-color: #41B62E; }
span { border-color: rgb(65,182,46); }
td.TdClassName
{
border-color: #41B62E;
}
.TagClassName
{
border-color: #41B62E;
}
</style>