Shades of Limeade #51A21B
Tints of Limeade #51A21B
RGB
CMYK
RGB Variations
Color information
#51A21B (or 0x51A21B) is known color: Limeade. HEX triplet: 51, A2 and 1B. RGB value is (81,162,27). Sum of RGB (Red+Green+Blue) = 81+162+27=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 162 (63.67% from 255 or 60% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 162 - color contains mainly: green. Hex color #51A21B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A21B is #AE5DE4. Grayscale: #7A7A7A. Windows color (decimal): -11427301 or 1811025. OLE color: 1811025.
HSL color Cylindrical-coordinate representation of color #51A21B: hue angle of 96º 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 #51A21B is Cyan = 0.50, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 162 | 27 | - |
| CMYK | 0.50 | 0 | 0.83 | 0.36 |
| HSL | 96º | 0.71% | 0.37% | - |
| HSV(B) | 96º | 0.83% | 0.64% | - |
| XYZ | 16.51 | 27.67 | 5.51 | - |
| YUV | 122.39 | 74.16 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 162 | 27 | 0.50 | 0 | 0.83 | 0.36 | 96 | 0.71 | 0.37 |
| Hex | 51 | A2 | 1B | 32 | 0 | 53 | 24 | 60 | 47 | 25 |
| Octal | 121 | 242 | 33 | 62 | 0 | 123 | 44 | 140 | 107 | 45 |
| Binary | 1010001 | 10100010 | 11011 | 110010 | 0 | 1010011 | 100100 | 1100000 | 1000111 | 100101 |
Color Harmonies of #51A21B
Complementary color
Monochromatic Colors of #51A21B
Black with #51A21B
Text Example
Text Example
White with #51A21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A21B; }
p { color: rgb(81,162,27); }
H1.HeaderClassName
{
color: #51A21B;
}
.AnyTagClassName
{
color: #51A21B;
}
</style>
background-color css
<style>
a { background-color: #51A21B; }
a { background-color: rgb(81,162,27); }
div.DivClassName
{
background-color: #51A21B;
}
.BgClassName
{
background-color: #51A21B;
}
</style>
border-color css
<style>
span { border-color: #51A21B; }
span { border-color: rgb(81,162,27); }
td.TdClassName
{
border-color: #51A21B;
}
.TagClassName
{
border-color: #51A21B;
}
</style>