Shades of Limeade #5DA22B
Tints of Limeade #5DA22B
RGB
CMYK
RGB Variations
Color information
#5DA22B (or 0x5DA22B) is known color: Limeade. HEX triplet: 5D, A2 and 2B. RGB value is (93,162,43). Sum of RGB (Red+Green+Blue) = 93+162+43=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 162 (63.67% from 255 or 54.36% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA22B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA22B is #A25DD4. Grayscale: #808080. Windows color (decimal): -10640853 or 2859613. OLE color: 2859613.
HSL color Cylindrical-coordinate representation of color #5DA22B: hue angle of 94.79º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5DA22B is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 162 | 43 | - |
| CMYK | 0.43 | 0 | 0.73 | 0.36 |
| HSL | 94.79º | 0.58% | 0.4% | - |
| HSV(B) | 94.79º | 0.73% | 0.64% | - |
| XYZ | 17.87 | 28.34 | 6.81 | - |
| YUV | 127.8 | 80.14 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 162 | 43 | 0.43 | 0 | 0.73 | 0.36 | 94.79 | 0.58 | 0.4 |
| Hex | 5D | A2 | 2B | 2B | 0 | 49 | 24 | 5F | 3A | 28 |
| Octal | 135 | 242 | 53 | 53 | 0 | 111 | 44 | 137 | 72 | 50 |
| Binary | 1011101 | 10100010 | 101011 | 101011 | 0 | 1001001 | 100100 | 1011111 | 111010 | 101000 |
Color Harmonies of #5DA22B
Complementary color
Monochromatic Colors of #5DA22B
Black with #5DA22B
Text Example
Text Example
White with #5DA22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA22B; }
p { color: rgb(93,162,43); }
H1.HeaderClassName
{
color: #5DA22B;
}
.AnyTagClassName
{
color: #5DA22B;
}
</style>
background-color css
<style>
a { background-color: #5DA22B; }
a { background-color: rgb(93,162,43); }
div.DivClassName
{
background-color: #5DA22B;
}
.BgClassName
{
background-color: #5DA22B;
}
</style>
border-color css
<style>
span { border-color: #5DA22B; }
span { border-color: rgb(93,162,43); }
td.TdClassName
{
border-color: #5DA22B;
}
.TagClassName
{
border-color: #5DA22B;
}
</style>