Shades of Limeade #61AB28
Tints of Limeade #61AB28
RGB
CMYK
RGB Variations
Color information
#61AB28 (or 0x61AB28) is known color: Limeade. HEX triplet: 61, AB and 28. RGB value is (97,171,40). Sum of RGB (Red+Green+Blue) = 97+171+40=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AB28 is #9E54D7. Grayscale: #868686. Windows color (decimal): -10376408 or 2665313. OLE color: 2665313.
HSL color Cylindrical-coordinate representation of color #61AB28: hue angle of 93.89º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61AB28 is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 171 | 40 | - |
| CMYK | 0.43 | 0 | 0.77 | 0.33 |
| HSL | 93.89º | 0.62% | 0.41% | - |
| HSV(B) | 93.89º | 0.77% | 0.67% | - |
| XYZ | 19.88 | 31.82 | 7.1 | - |
| YUV | 133.94 | 74.98 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 171 | 40 | 0.43 | 0 | 0.77 | 0.33 | 93.89 | 0.62 | 0.41 |
| Hex | 61 | AB | 28 | 2B | 0 | 4D | 21 | 5E | 3E | 29 |
| Octal | 141 | 253 | 50 | 53 | 0 | 115 | 41 | 136 | 76 | 51 |
| Binary | 1100001 | 10101011 | 101000 | 101011 | 0 | 1001101 | 100001 | 1011110 | 111110 | 101001 |
Color Harmonies of #61AB28
Complementary color
Monochromatic Colors of #61AB28
Black with #61AB28
Text Example
Text Example
White with #61AB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AB28; }
p { color: rgb(97,171,40); }
H1.HeaderClassName
{
color: #61AB28;
}
.AnyTagClassName
{
color: #61AB28;
}
</style>
background-color css
<style>
a { background-color: #61AB28; }
a { background-color: rgb(97,171,40); }
div.DivClassName
{
background-color: #61AB28;
}
.BgClassName
{
background-color: #61AB28;
}
</style>
border-color css
<style>
span { border-color: #61AB28; }
span { border-color: rgb(97,171,40); }
td.TdClassName
{
border-color: #61AB28;
}
.TagClassName
{
border-color: #61AB28;
}
</style>