Shades of Lime Green #41E748
Tints of Lime Green #41E748
RGB
CMYK
RGB Variations
Color information
#41E748 (or 0x41E748) is known color: Lime Green. HEX triplet: 41, E7 and 48. RGB value is (65,231,72). Sum of RGB (Red+Green+Blue) = 65+231+72=368 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.66% from 368); Green value is 231 (90.62% from 255 or 62.77% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 231 - color contains mainly: green. Hex color #41E748 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E748 is #BE18B7. Grayscale: #A3A3A3. Windows color (decimal): -12458168 or 4777793. OLE color: 4777793.
HSL color Cylindrical-coordinate representation of color #41E748: hue angle of 122.53º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E748 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 231 | 72 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.09 |
| HSL | 122.53º | 0.78% | 0.58% | - |
| HSV(B) | 122.53º | 0.72% | 0.91% | - |
| XYZ | 31.93 | 58.74 | 15.79 | - |
| YUV | 163.24 | 76.5 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 231 | 72 | 0.72 | 0 | 0.69 | 0.09 | 122.53 | 0.78 | 0.58 |
| Hex | 41 | E7 | 48 | 48 | 0 | 45 | 9 | 7B | 4E | 3A |
| Octal | 101 | 347 | 110 | 110 | 0 | 105 | 11 | 173 | 116 | 72 |
| Binary | 1000001 | 11100111 | 1001000 | 1001000 | 0 | 1000101 | 1001 | 1111011 | 1001110 | 111010 |
Color Harmonies of #41E748
Complementary color
Monochromatic Colors of #41E748
Black with #41E748
Text Example
Text Example
White with #41E748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E748; }
p { color: rgb(65,231,72); }
H1.HeaderClassName
{
color: #41E748;
}
.AnyTagClassName
{
color: #41E748;
}
</style>
background-color css
<style>
a { background-color: #41E748; }
a { background-color: rgb(65,231,72); }
div.DivClassName
{
background-color: #41E748;
}
.BgClassName
{
background-color: #41E748;
}
</style>
border-color css
<style>
span { border-color: #41E748; }
span { border-color: rgb(65,231,72); }
td.TdClassName
{
border-color: #41E748;
}
.TagClassName
{
border-color: #41E748;
}
</style>