Shades of Limeade #61AD27
Tints of Limeade #61AD27
RGB
CMYK
RGB Variations
Color information
#61AD27 (or 0x61AD27) is known color: Limeade. HEX triplet: 61, AD and 27. RGB value is (97,173,39). Sum of RGB (Red+Green+Blue) = 97+173+39=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #61AD27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AD27 is #9E52D8. Grayscale: #878787. Windows color (decimal): -10375897 or 2600289. OLE color: 2600289.
HSL color Cylindrical-coordinate representation of color #61AD27: hue angle of 94.03º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61AD27 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 173 | 39 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.32 |
| HSL | 94.03º | 0.63% | 0.42% | - |
| HSV(B) | 94.03º | 0.77% | 0.68% | - |
| XYZ | 20.24 | 32.58 | 7.14 | - |
| YUV | 135 | 73.82 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 39 | 0.44 | 0 | 0.77 | 0.32 | 94.03 | 0.63 | 0.42 |
| Hex | 61 | AD | 27 | 2C | 0 | 4D | 20 | 5E | 3F | 2A |
| Octal | 141 | 255 | 47 | 54 | 0 | 115 | 40 | 136 | 77 | 52 |
| Binary | 1100001 | 10101101 | 100111 | 101100 | 0 | 1001101 | 100000 | 1011110 | 111111 | 101010 |
Color Harmonies of #61AD27
Complementary color
Monochromatic Colors of #61AD27
Black with #61AD27
Text Example
Text Example
White with #61AD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AD27; }
p { color: rgb(97,173,39); }
H1.HeaderClassName
{
color: #61AD27;
}
.AnyTagClassName
{
color: #61AD27;
}
</style>
background-color css
<style>
a { background-color: #61AD27; }
a { background-color: rgb(97,173,39); }
div.DivClassName
{
background-color: #61AD27;
}
.BgClassName
{
background-color: #61AD27;
}
</style>
border-color css
<style>
span { border-color: #61AD27; }
span { border-color: rgb(97,173,39); }
td.TdClassName
{
border-color: #61AD27;
}
.TagClassName
{
border-color: #61AD27;
}
</style>