Shades of Lime Green #41F038
Tints of Lime Green #41F038
RGB
CMYK
RGB Variations
Color information
#41F038 (or 0x41F038) is known color: Lime Green. HEX triplet: 41, F0 and 38. RGB value is (65,240,56). Sum of RGB (Red+Green+Blue) = 65+240+56=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 240 (94.14% from 255 or 66.48% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 240 - color contains mainly: green. Hex color #41F038 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F038 is #BE0FC7. Grayscale: #A7A7A7. Windows color (decimal): -12455880 or 3731521. OLE color: 3731521.
HSL color Cylindrical-coordinate representation of color #41F038: hue angle of 117.07º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41F038 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 240 | 56 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.06 |
| HSL | 117.07º | 0.86% | 0.58% | - |
| HSV(B) | 117.07º | 0.77% | 0.94% | - |
| XYZ | 34.05 | 63.73 | 14.25 | - |
| YUV | 166.7 | 65.52 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 240 | 56 | 0.73 | 0 | 0.77 | 0.06 | 117.07 | 0.86 | 0.58 |
| Hex | 41 | F0 | 38 | 49 | 0 | 4D | 6 | 75 | 56 | 3A |
| Octal | 101 | 360 | 70 | 111 | 0 | 115 | 6 | 165 | 126 | 72 |
| Binary | 1000001 | 11110000 | 111000 | 1001001 | 0 | 1001101 | 110 | 1110101 | 1010110 | 111010 |
Color Harmonies of #41F038
Complementary color
Monochromatic Colors of #41F038
Black with #41F038
Text Example
Text Example
White with #41F038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F038; }
p { color: rgb(65,240,56); }
H1.HeaderClassName
{
color: #41F038;
}
.AnyTagClassName
{
color: #41F038;
}
</style>
background-color css
<style>
a { background-color: #41F038; }
a { background-color: rgb(65,240,56); }
div.DivClassName
{
background-color: #41F038;
}
.BgClassName
{
background-color: #41F038;
}
</style>
border-color css
<style>
span { border-color: #41F038; }
span { border-color: rgb(65,240,56); }
td.TdClassName
{
border-color: #41F038;
}
.TagClassName
{
border-color: #41F038;
}
</style>