Shades of Lime Green #41FF38
Tints of Lime Green #41FF38
RGB
CMYK
RGB Variations
Color information
#41FF38 (or 0x41FF38) is known color: Lime Green. HEX triplet: 41, FF and 38. RGB value is (65,255,56). Sum of RGB (Red+Green+Blue) = 65+255+56=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 255 (100% from 255 or 67.82% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FF38 is #BE00C7. Grayscale: #B0B0B0. Windows color (decimal): -12452040 or 3735361. OLE color: 3735361.
HSL color Cylindrical-coordinate representation of color #41FF38: hue angle of 117.29º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41FF38 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 56 | - |
| CMYK | 0.75 | 0 | 0.78 | 0 |
| HSL | 117.29º | 1% | 0.61% | - |
| HSV(B) | 117.29º | 0.78% | 1% | - |
| XYZ | 38.65 | 72.93 | 15.78 | - |
| YUV | 175.5 | 60.55 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 56 | 0.75 | 0 | 0.78 | 0 | 117.29 | 1 | 0.61 |
| Hex | 41 | FF | 38 | 4B | 0 | 4E | 0 | 75 | 64 | 3D |
| Octal | 101 | 377 | 70 | 113 | 0 | 116 | 0 | 165 | 144 | 75 |
| Binary | 1000001 | 11111111 | 111000 | 1001011 | 0 | 1001110 | 0 | 1110101 | 1100100 | 111101 |
Color Harmonies of #41FF38
Complementary color
Monochromatic Colors of #41FF38
Black with #41FF38
Text Example
Text Example
White with #41FF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FF38; }
p { color: rgb(65,255,56); }
H1.HeaderClassName
{
color: #41FF38;
}
.AnyTagClassName
{
color: #41FF38;
}
</style>
background-color css
<style>
a { background-color: #41FF38; }
a { background-color: rgb(65,255,56); }
div.DivClassName
{
background-color: #41FF38;
}
.BgClassName
{
background-color: #41FF38;
}
</style>
border-color css
<style>
span { border-color: #41FF38; }
span { border-color: rgb(65,255,56); }
td.TdClassName
{
border-color: #41FF38;
}
.TagClassName
{
border-color: #41FF38;
}
</style>