Shades of Limeade #57A21B
Tints of Limeade #57A21B
RGB
CMYK
RGB Variations
Color information
#57A21B (or 0x57A21B) is known color: Limeade. HEX triplet: 57, A2 and 1B. RGB value is (87,162,27). Sum of RGB (Red+Green+Blue) = 87+162+27=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 162 (63.67% from 255 or 58.70% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 162 - color contains mainly: green. Hex color #57A21B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A21B is #A85DE4. Grayscale: #7C7C7C. Windows color (decimal): -11034085 or 1811031. OLE color: 1811031.
HSL color Cylindrical-coordinate representation of color #57A21B: hue angle of 93.33º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #57A21B is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 162 | 27 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.36 |
| HSL | 93.33º | 0.71% | 0.37% | - |
| HSV(B) | 93.33º | 0.83% | 0.64% | - |
| XYZ | 17.05 | 27.95 | 5.53 | - |
| YUV | 124.19 | 73.15 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 162 | 27 | 0.46 | 0 | 0.83 | 0.36 | 93.33 | 0.71 | 0.37 |
| Hex | 57 | A2 | 1B | 2E | 0 | 53 | 24 | 5D | 47 | 25 |
| Octal | 127 | 242 | 33 | 56 | 0 | 123 | 44 | 135 | 107 | 45 |
| Binary | 1010111 | 10100010 | 11011 | 101110 | 0 | 1010011 | 100100 | 1011101 | 1000111 | 100101 |
Color Harmonies of #57A21B
Complementary color
Monochromatic Colors of #57A21B
Black with #57A21B
Text Example
Text Example
White with #57A21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A21B; }
p { color: rgb(87,162,27); }
H1.HeaderClassName
{
color: #57A21B;
}
.AnyTagClassName
{
color: #57A21B;
}
</style>
background-color css
<style>
a { background-color: #57A21B; }
a { background-color: rgb(87,162,27); }
div.DivClassName
{
background-color: #57A21B;
}
.BgClassName
{
background-color: #57A21B;
}
</style>
border-color css
<style>
span { border-color: #57A21B; }
span { border-color: rgb(87,162,27); }
td.TdClassName
{
border-color: #57A21B;
}
.TagClassName
{
border-color: #57A21B;
}
</style>