Shades of Lime Green #41E942
Tints of Lime Green #41E942
RGB
CMYK
RGB Variations
Color information
#41E942 (or 0x41E942) is known color: Lime Green. HEX triplet: 41, E9 and 42. RGB value is (65,233,66). Sum of RGB (Red+Green+Blue) = 65+233+66=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 233 (91.41% from 255 or 64.01% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 233 - color contains mainly: green. Hex color #41E942 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E942 is #BE16BD. Grayscale: #A4A4A4. Windows color (decimal): -12457662 or 4385089. OLE color: 4385089.
HSL color Cylindrical-coordinate representation of color #41E942: hue angle of 120.36º degrees, saturation: 0.79, 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 #41E942 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 233 | 66 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.09 |
| HSL | 120.36º | 0.79% | 0.58% | - |
| HSV(B) | 120.36º | 0.72% | 0.91% | - |
| XYZ | 32.3 | 59.79 | 14.99 | - |
| YUV | 163.73 | 72.84 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 233 | 66 | 0.72 | 0 | 0.72 | 0.09 | 120.36 | 0.79 | 0.58 |
| Hex | 41 | E9 | 42 | 48 | 0 | 48 | 9 | 78 | 4F | 3A |
| Octal | 101 | 351 | 102 | 110 | 0 | 110 | 11 | 170 | 117 | 72 |
| Binary | 1000001 | 11101001 | 1000010 | 1001000 | 0 | 1001000 | 1001 | 1111000 | 1001111 | 111010 |
Color Harmonies of #41E942
Complementary color
Monochromatic Colors of #41E942
Black with #41E942
Text Example
Text Example
White with #41E942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E942; }
p { color: rgb(65,233,66); }
H1.HeaderClassName
{
color: #41E942;
}
.AnyTagClassName
{
color: #41E942;
}
</style>
background-color css
<style>
a { background-color: #41E942; }
a { background-color: rgb(65,233,66); }
div.DivClassName
{
background-color: #41E942;
}
.BgClassName
{
background-color: #41E942;
}
</style>
border-color css
<style>
span { border-color: #41E942; }
span { border-color: rgb(65,233,66); }
td.TdClassName
{
border-color: #41E942;
}
.TagClassName
{
border-color: #41E942;
}
</style>