Shades of Lime Green #41E754
Tints of Lime Green #41E754
RGB
CMYK
RGB Variations
Color information
#41E754 (or 0x41E754) is known color: Lime Green. HEX triplet: 41, E7 and 54. RGB value is (65,231,84). Sum of RGB (Red+Green+Blue) = 65+231+84=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 231 (90.62% from 255 or 60.79% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 231 - color contains mainly: green. Hex color #41E754 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E754 is #BE18AB. Grayscale: #A5A5A5. Windows color (decimal): -12458156 or 5564225. OLE color: 5564225.
HSL color Cylindrical-coordinate representation of color #41E754: hue angle of 126.87º 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 #41E754 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 231 | 84 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.09 |
| HSL | 126.87º | 0.78% | 0.58% | - |
| HSV(B) | 126.87º | 0.72% | 0.91% | - |
| XYZ | 32.36 | 58.92 | 18.05 | - |
| YUV | 164.61 | 82.5 | 56.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 231 | 84 | 0.72 | 0 | 0.64 | 0.09 | 126.87 | 0.78 | 0.58 |
| Hex | 41 | E7 | 54 | 48 | 0 | 40 | 9 | 7F | 4E | 3A |
| Octal | 101 | 347 | 124 | 110 | 0 | 100 | 11 | 177 | 116 | 72 |
| Binary | 1000001 | 11100111 | 1010100 | 1001000 | 0 | 1000000 | 1001 | 1111111 | 1001110 | 111010 |
Color Harmonies of #41E754
Complementary color
Monochromatic Colors of #41E754
Black with #41E754
Text Example
Text Example
White with #41E754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E754; }
p { color: rgb(65,231,84); }
H1.HeaderClassName
{
color: #41E754;
}
.AnyTagClassName
{
color: #41E754;
}
</style>
background-color css
<style>
a { background-color: #41E754; }
a { background-color: rgb(65,231,84); }
div.DivClassName
{
background-color: #41E754;
}
.BgClassName
{
background-color: #41E754;
}
</style>
border-color css
<style>
span { border-color: #41E754; }
span { border-color: rgb(65,231,84); }
td.TdClassName
{
border-color: #41E754;
}
.TagClassName
{
border-color: #41E754;
}
</style>