Shades of Lime Green #57E133
Tints of Lime Green #57E133
RGB
CMYK
RGB Variations
Color information
#57E133 (or 0x57E133) is known color: Lime Green. HEX triplet: 57, E1 and 33. RGB value is (87,225,51). Sum of RGB (Red+Green+Blue) = 87+225+51=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 225 (88.28% from 255 or 61.98% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 225 - color contains mainly: green. Hex color #57E133 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57E133 is #A81ECC. Grayscale: #A4A4A4. Windows color (decimal): -11017933 or 3400023. OLE color: 3400023.
HSL color Cylindrical-coordinate representation of color #57E133: hue angle of 107.59º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #57E133 is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 225 | 51 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.12 |
| HSL | 107.59º | 0.74% | 0.54% | - |
| HSV(B) | 107.59º | 0.77% | 0.88% | - |
| XYZ | 31.45 | 56.12 | 12.31 | - |
| YUV | 163.9 | 64.28 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 225 | 51 | 0.61 | 0 | 0.77 | 0.12 | 107.59 | 0.74 | 0.54 |
| Hex | 57 | E1 | 33 | 3D | 0 | 4D | C | 6C | 4A | 36 |
| Octal | 127 | 341 | 63 | 75 | 0 | 115 | 14 | 154 | 112 | 66 |
| Binary | 1010111 | 11100001 | 110011 | 111101 | 0 | 1001101 | 1100 | 1101100 | 1001010 | 110110 |
Color Harmonies of #57E133
Complementary color
Monochromatic Colors of #57E133
Black with #57E133
Text Example
Text Example
White with #57E133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E133; }
p { color: rgb(87,225,51); }
H1.HeaderClassName
{
color: #57E133;
}
.AnyTagClassName
{
color: #57E133;
}
</style>
background-color css
<style>
a { background-color: #57E133; }
a { background-color: rgb(87,225,51); }
div.DivClassName
{
background-color: #57E133;
}
.BgClassName
{
background-color: #57E133;
}
</style>
border-color css
<style>
span { border-color: #57E133; }
span { border-color: rgb(87,225,51); }
td.TdClassName
{
border-color: #57E133;
}
.TagClassName
{
border-color: #57E133;
}
</style>