Shades of Lime Green #57E641
Tints of Lime Green #57E641
RGB
CMYK
RGB Variations
Color information
#57E641 (or 0x57E641) is known color: Lime Green. HEX triplet: 57, E6 and 41. RGB value is (87,230,65). Sum of RGB (Red+Green+Blue) = 87+230+65=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 230 (90.23% from 255 or 60.21% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 230 - color contains mainly: green. Hex color #57E641 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #57E641 is #A819BE. Grayscale: #A8A8A8. Windows color (decimal): -11016639 or 4318807. OLE color: 4318807.
HSL color Cylindrical-coordinate representation of color #57E641: hue angle of 112º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #57E641 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 87 | 230 | 65 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.10 |
| HSL | 112º | 0.77% | 0.58% | - |
| HSV(B) | 112º | 0.72% | 0.9% | - |
| XYZ | 33.18 | 59 | 14.64 | - |
| YUV | 168.43 | 69.62 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 230 | 65 | 0.62 | 0 | 0.72 | 0.10 | 112 | 0.77 | 0.58 |
| Hex | 57 | E6 | 41 | 3E | 0 | 48 | A | 70 | 4D | 3A |
| Octal | 127 | 346 | 101 | 76 | 0 | 110 | 12 | 160 | 115 | 72 |
| Binary | 1010111 | 11100110 | 1000001 | 111110 | 0 | 1001000 | 1010 | 1110000 | 1001101 | 111010 |
Color Harmonies of #57E641
Complementary color
Monochromatic Colors of #57E641
Black with #57E641
Text Example
Text Example
White with #57E641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E641; }
p { color: rgb(87,230,65); }
H1.HeaderClassName
{
color: #57E641;
}
.AnyTagClassName
{
color: #57E641;
}
</style>
background-color css
<style>
a { background-color: #57E641; }
a { background-color: rgb(87,230,65); }
div.DivClassName
{
background-color: #57E641;
}
.BgClassName
{
background-color: #57E641;
}
</style>
border-color css
<style>
span { border-color: #57E641; }
span { border-color: rgb(87,230,65); }
td.TdClassName
{
border-color: #57E641;
}
.TagClassName
{
border-color: #57E641;
}
</style>