Shades of Lime Green #41F237
Tints of Lime Green #41F237
RGB
CMYK
RGB Variations
Color information
#41F237 (or 0x41F237) is known color: Lime Green. HEX triplet: 41, F2 and 37. RGB value is (65,242,55). Sum of RGB (Red+Green+Blue) = 65+242+55=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 242 (94.92% from 255 or 66.85% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 242 - color contains mainly: green. Hex color #41F237 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F237 is #BE0DC8. Grayscale: #A8A8A8. Windows color (decimal): -12455369 or 3666497. OLE color: 3666497.
HSL color Cylindrical-coordinate representation of color #41F237: hue angle of 116.79º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41F237 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 242 | 55 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.05 |
| HSL | 116.79º | 0.88% | 0.58% | - |
| HSV(B) | 116.79º | 0.77% | 0.95% | - |
| XYZ | 34.62 | 64.9 | 14.32 | - |
| YUV | 167.76 | 64.36 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 242 | 55 | 0.73 | 0 | 0.77 | 0.05 | 116.79 | 0.88 | 0.58 |
| Hex | 41 | F2 | 37 | 49 | 0 | 4D | 5 | 75 | 58 | 3A |
| Octal | 101 | 362 | 67 | 111 | 0 | 115 | 5 | 165 | 130 | 72 |
| Binary | 1000001 | 11110010 | 110111 | 1001001 | 0 | 1001101 | 101 | 1110101 | 1011000 | 111010 |
Color Harmonies of #41F237
Complementary color
Monochromatic Colors of #41F237
Black with #41F237
Text Example
Text Example
White with #41F237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F237; }
p { color: rgb(65,242,55); }
H1.HeaderClassName
{
color: #41F237;
}
.AnyTagClassName
{
color: #41F237;
}
</style>
background-color css
<style>
a { background-color: #41F237; }
a { background-color: rgb(65,242,55); }
div.DivClassName
{
background-color: #41F237;
}
.BgClassName
{
background-color: #41F237;
}
</style>
border-color css
<style>
span { border-color: #41F237; }
span { border-color: rgb(65,242,55); }
td.TdClassName
{
border-color: #41F237;
}
.TagClassName
{
border-color: #41F237;
}
</style>