Shades of Limeade #58AB31
Tints of Limeade #58AB31
RGB
CMYK
RGB Variations
Color information
#58AB31 (or 0x58AB31) is known color: Limeade. HEX triplet: 58, AB and 31. RGB value is (88,171,49). Sum of RGB (Red+Green+Blue) = 88+171+49=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58AB31 is #A754CE. Grayscale: #848484. Windows color (decimal): -10966223 or 3255128. OLE color: 3255128.
HSL color Cylindrical-coordinate representation of color #58AB31: hue angle of 100.82º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #58AB31 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 171 | 49 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.33 |
| HSL | 100.82º | 0.55% | 0.43% | - |
| HSV(B) | 100.82º | 0.71% | 0.67% | - |
| XYZ | 19.14 | 31.42 | 7.96 | - |
| YUV | 132.28 | 81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 171 | 49 | 0.49 | 0 | 0.71 | 0.33 | 100.82 | 0.55 | 0.43 |
| Hex | 58 | AB | 31 | 31 | 0 | 47 | 21 | 65 | 37 | 2B |
| Octal | 130 | 253 | 61 | 61 | 0 | 107 | 41 | 145 | 67 | 53 |
| Binary | 1011000 | 10101011 | 110001 | 110001 | 0 | 1000111 | 100001 | 1100101 | 110111 | 101011 |
Color Harmonies of #58AB31
Complementary color
Monochromatic Colors of #58AB31
Black with #58AB31
Text Example
Text Example
White with #58AB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AB31; }
p { color: rgb(88,171,49); }
H1.HeaderClassName
{
color: #58AB31;
}
.AnyTagClassName
{
color: #58AB31;
}
</style>
background-color css
<style>
a { background-color: #58AB31; }
a { background-color: rgb(88,171,49); }
div.DivClassName
{
background-color: #58AB31;
}
.BgClassName
{
background-color: #58AB31;
}
</style>
border-color css
<style>
span { border-color: #58AB31; }
span { border-color: rgb(88,171,49); }
td.TdClassName
{
border-color: #58AB31;
}
.TagClassName
{
border-color: #58AB31;
}
</style>