Shades of Limeade #5DA91E
Tints of Limeade #5DA91E
RGB
CMYK
RGB Variations
Color information
#5DA91E (or 0x5DA91E) is known color: Limeade. HEX triplet: 5D, A9 and 1E. RGB value is (93,169,30). Sum of RGB (Red+Green+Blue) = 93+169+30=292 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.85% from 292); Green value is 169 (66.41% from 255 or 57.88% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA91E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA91E is #A256E1. Grayscale: #828282. Windows color (decimal): -10639074 or 2009437. OLE color: 2009437.
HSL color Cylindrical-coordinate representation of color #5DA91E: hue angle of 92.81º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5DA91E is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 169 | 30 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.34 |
| HSL | 92.81º | 0.7% | 0.39% | - |
| HSV(B) | 92.81º | 0.82% | 0.66% | - |
| XYZ | 18.94 | 30.8 | 6.17 | - |
| YUV | 130.43 | 71.32 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 169 | 30 | 0.45 | 0 | 0.82 | 0.34 | 92.81 | 0.7 | 0.39 |
| Hex | 5D | A9 | 1E | 2D | 0 | 52 | 22 | 5D | 46 | 27 |
| Octal | 135 | 251 | 36 | 55 | 0 | 122 | 42 | 135 | 106 | 47 |
| Binary | 1011101 | 10101001 | 11110 | 101101 | 0 | 1010010 | 100010 | 1011101 | 1000110 | 100111 |
Color Harmonies of #5DA91E
Complementary color
Monochromatic Colors of #5DA91E
Black with #5DA91E
Text Example
Text Example
White with #5DA91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA91E; }
p { color: rgb(93,169,30); }
H1.HeaderClassName
{
color: #5DA91E;
}
.AnyTagClassName
{
color: #5DA91E;
}
</style>
background-color css
<style>
a { background-color: #5DA91E; }
a { background-color: rgb(93,169,30); }
div.DivClassName
{
background-color: #5DA91E;
}
.BgClassName
{
background-color: #5DA91E;
}
</style>
border-color css
<style>
span { border-color: #5DA91E; }
span { border-color: rgb(93,169,30); }
td.TdClassName
{
border-color: #5DA91E;
}
.TagClassName
{
border-color: #5DA91E;
}
</style>