Shades of Limeade #5D951F
Tints of Limeade #5D951F
RGB
CMYK
RGB Variations
Color information
#5D951F (or 0x5D951F) is known color: Limeade. HEX triplet: 5D, 95 and 1F. RGB value is (93,149,31). Sum of RGB (Red+Green+Blue) = 93+149+31=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #5D951F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D951F is #A26AE0. Grayscale: #777777. Windows color (decimal): -10644193 or 2069853. OLE color: 2069853.
HSL color Cylindrical-coordinate representation of color #5D951F: hue angle of 88.47º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D951F is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 149 | 31 | - |
| CMYK | 0.38 | 0 | 0.79 | 0.42 |
| HSL | 88.47º | 0.66% | 0.35% | - |
| HSV(B) | 88.47º | 0.79% | 0.58% | - |
| XYZ | 15.51 | 23.92 | 5.1 | - |
| YUV | 118.8 | 78.45 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 149 | 31 | 0.38 | 0 | 0.79 | 0.42 | 88.47 | 0.66 | 0.35 |
| Hex | 5D | 95 | 1F | 26 | 0 | 4F | 2A | 58 | 42 | 23 |
| Octal | 135 | 225 | 37 | 46 | 0 | 117 | 52 | 130 | 102 | 43 |
| Binary | 1011101 | 10010101 | 11111 | 100110 | 0 | 1001111 | 101010 | 1011000 | 1000010 | 100011 |
Color Harmonies of #5D951F
Complementary color
Monochromatic Colors of #5D951F
Black with #5D951F
Text Example
Text Example
White with #5D951F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D951F; }
p { color: rgb(93,149,31); }
H1.HeaderClassName
{
color: #5D951F;
}
.AnyTagClassName
{
color: #5D951F;
}
</style>
background-color css
<style>
a { background-color: #5D951F; }
a { background-color: rgb(93,149,31); }
div.DivClassName
{
background-color: #5D951F;
}
.BgClassName
{
background-color: #5D951F;
}
</style>
border-color css
<style>
span { border-color: #5D951F; }
span { border-color: rgb(93,149,31); }
td.TdClassName
{
border-color: #5D951F;
}
.TagClassName
{
border-color: #5D951F;
}
</style>