Shades of Lime Green #51E741
Tints of Lime Green #51E741
RGB
CMYK
RGB Variations
Color information
#51E741 (or 0x51E741) is known color: Lime Green. HEX triplet: 51, E7 and 41. RGB value is (81,231,65). Sum of RGB (Red+Green+Blue) = 81+231+65=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 231 (90.62% from 255 or 61.27% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 231 - color contains mainly: green. Hex color #51E741 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #51E741 is #AE18BE. Grayscale: #A7A7A7. Windows color (decimal): -11409599 or 4319057. OLE color: 4319057.
HSL color Cylindrical-coordinate representation of color #51E741: hue angle of 114.22º 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 #51E741 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 231 | 65 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.09 |
| HSL | 114.22º | 0.78% | 0.58% | - |
| HSV(B) | 114.22º | 0.72% | 0.91% | - |
| XYZ | 32.92 | 59.28 | 14.71 | - |
| YUV | 167.23 | 70.31 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 231 | 65 | 0.65 | 0 | 0.72 | 0.09 | 114.22 | 0.78 | 0.58 |
| Hex | 51 | E7 | 41 | 41 | 0 | 48 | 9 | 72 | 4E | 3A |
| Octal | 121 | 347 | 101 | 101 | 0 | 110 | 11 | 162 | 116 | 72 |
| Binary | 1010001 | 11100111 | 1000001 | 1000001 | 0 | 1001000 | 1001 | 1110010 | 1001110 | 111010 |
Color Harmonies of #51E741
Complementary color
Monochromatic Colors of #51E741
Black with #51E741
Text Example
Text Example
White with #51E741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E741; }
p { color: rgb(81,231,65); }
H1.HeaderClassName
{
color: #51E741;
}
.AnyTagClassName
{
color: #51E741;
}
</style>
background-color css
<style>
a { background-color: #51E741; }
a { background-color: rgb(81,231,65); }
div.DivClassName
{
background-color: #51E741;
}
.BgClassName
{
background-color: #51E741;
}
</style>
border-color css
<style>
span { border-color: #51E741; }
span { border-color: rgb(81,231,65); }
td.TdClassName
{
border-color: #51E741;
}
.TagClassName
{
border-color: #51E741;
}
</style>