Shades of Lime Green #41F236
Tints of Lime Green #41F236
RGB
CMYK
RGB Variations
Color information
#41F236 (or 0x41F236) is known color: Lime Green. HEX triplet: 41, F2 and 36. RGB value is (65,242,54). Sum of RGB (Red+Green+Blue) = 65+242+54=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 242 (94.92% from 255 or 67.04% from 361); Blue value is 54 (21.48% from 255 or 14.96% from 361); Max value from RGB is 242 - color contains mainly: green. Hex color #41F236 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F236 is #BE0DC9. Grayscale: #A8A8A8. Windows color (decimal): -12455370 or 3600961. OLE color: 3600961.
HSL color Cylindrical-coordinate representation of color #41F236: hue angle of 116.49º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41F236 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 242 | 54 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.05 |
| HSL | 116.49º | 0.88% | 0.58% | - |
| HSV(B) | 116.49º | 0.78% | 0.95% | - |
| XYZ | 34.6 | 64.89 | 14.19 | - |
| YUV | 167.65 | 63.86 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 242 | 54 | 0.73 | 0 | 0.78 | 0.05 | 116.49 | 0.88 | 0.58 |
| Hex | 41 | F2 | 36 | 49 | 0 | 4E | 5 | 74 | 58 | 3A |
| Octal | 101 | 362 | 66 | 111 | 0 | 116 | 5 | 164 | 130 | 72 |
| Binary | 1000001 | 11110010 | 110110 | 1001001 | 0 | 1001110 | 101 | 1110100 | 1011000 | 111010 |
Color Harmonies of #41F236
Complementary color
Monochromatic Colors of #41F236
Black with #41F236
Text Example
Text Example
White with #41F236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F236; }
p { color: rgb(65,242,54); }
H1.HeaderClassName
{
color: #41F236;
}
.AnyTagClassName
{
color: #41F236;
}
</style>
background-color css
<style>
a { background-color: #41F236; }
a { background-color: rgb(65,242,54); }
div.DivClassName
{
background-color: #41F236;
}
.BgClassName
{
background-color: #41F236;
}
</style>
border-color css
<style>
span { border-color: #41F236; }
span { border-color: rgb(65,242,54); }
td.TdClassName
{
border-color: #41F236;
}
.TagClassName
{
border-color: #41F236;
}
</style>