Shades of Lime Green #41E927
Tints of Lime Green #41E927
RGB
CMYK
RGB Variations
Color information
#41E927 (or 0x41E927) is known color: Lime Green. HEX triplet: 41, E9 and 27. RGB value is (65,233,39). Sum of RGB (Red+Green+Blue) = 65+233+39=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 233 (91.41% from 255 or 69.14% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 233 - color contains mainly: green. Hex color #41E927 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E927 is #BE16D8. Grayscale: #A1A1A1. Windows color (decimal): -12457689 or 2615617. OLE color: 2615617.
HSL color Cylindrical-coordinate representation of color #41E927: hue angle of 111.96º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41E927 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 233 | 39 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.09 |
| HSL | 111.96º | 0.82% | 0.53% | - |
| HSV(B) | 111.96º | 0.83% | 0.91% | - |
| XYZ | 31.69 | 59.55 | 11.74 | - |
| YUV | 160.65 | 59.34 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 233 | 39 | 0.72 | 0 | 0.83 | 0.09 | 111.96 | 0.82 | 0.53 |
| Hex | 41 | E9 | 27 | 48 | 0 | 53 | 9 | 70 | 52 | 35 |
| Octal | 101 | 351 | 47 | 110 | 0 | 123 | 11 | 160 | 122 | 65 |
| Binary | 1000001 | 11101001 | 100111 | 1001000 | 0 | 1010011 | 1001 | 1110000 | 1010010 | 110101 |
Color Harmonies of #41E927
Complementary color
Monochromatic Colors of #41E927
Black with #41E927
Text Example
Text Example
White with #41E927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E927; }
p { color: rgb(65,233,39); }
H1.HeaderClassName
{
color: #41E927;
}
.AnyTagClassName
{
color: #41E927;
}
</style>
background-color css
<style>
a { background-color: #41E927; }
a { background-color: rgb(65,233,39); }
div.DivClassName
{
background-color: #41E927;
}
.BgClassName
{
background-color: #41E927;
}
</style>
border-color css
<style>
span { border-color: #41E927; }
span { border-color: rgb(65,233,39); }
td.TdClassName
{
border-color: #41E927;
}
.TagClassName
{
border-color: #41E927;
}
</style>