Shades of Limeade #57AB2D
Tints of Limeade #57AB2D
RGB
CMYK
RGB Variations
Color information
#57AB2D (or 0x57AB2D) is known color: Limeade. HEX triplet: 57, AB and 2D. RGB value is (87,171,45). Sum of RGB (Red+Green+Blue) = 87+171+45=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #57AB2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57AB2D is #A854D2. Grayscale: #838383. Windows color (decimal): -11031763 or 2992983. OLE color: 2992983.
HSL color Cylindrical-coordinate representation of color #57AB2D: hue angle of 100º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #57AB2D is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 171 | 45 | - |
| CMYK | 0.49 | 0 | 0.74 | 0.33 |
| HSL | 100º | 0.58% | 0.42% | - |
| HSV(B) | 100º | 0.74% | 0.67% | - |
| XYZ | 18.97 | 31.34 | 7.53 | - |
| YUV | 131.52 | 79.17 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 171 | 45 | 0.49 | 0 | 0.74 | 0.33 | 100 | 0.58 | 0.42 |
| Hex | 57 | AB | 2D | 31 | 0 | 4A | 21 | 64 | 3A | 2A |
| Octal | 127 | 253 | 55 | 61 | 0 | 112 | 41 | 144 | 72 | 52 |
| Binary | 1010111 | 10101011 | 101101 | 110001 | 0 | 1001010 | 100001 | 1100100 | 111010 | 101010 |
Color Harmonies of #57AB2D
Complementary color
Monochromatic Colors of #57AB2D
Black with #57AB2D
Text Example
Text Example
White with #57AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AB2D; }
p { color: rgb(87,171,45); }
H1.HeaderClassName
{
color: #57AB2D;
}
.AnyTagClassName
{
color: #57AB2D;
}
</style>
background-color css
<style>
a { background-color: #57AB2D; }
a { background-color: rgb(87,171,45); }
div.DivClassName
{
background-color: #57AB2D;
}
.BgClassName
{
background-color: #57AB2D;
}
</style>
border-color css
<style>
span { border-color: #57AB2D; }
span { border-color: rgb(87,171,45); }
td.TdClassName
{
border-color: #57AB2D;
}
.TagClassName
{
border-color: #57AB2D;
}
</style>