Shades of Limeade #60AC30
Tints of Limeade #60AC30
RGB
CMYK
RGB Variations
Color information
#60AC30 (or 0x60AC30) is known color: Limeade. HEX triplet: 60, AC and 30. RGB value is (96,172,48). Sum of RGB (Red+Green+Blue) = 96+172+48=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AC30 is #9F53CF. Grayscale: #878787. Windows color (decimal): -10441680 or 3189856. OLE color: 3189856.
HSL color Cylindrical-coordinate representation of color #60AC30: hue angle of 96.77º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60AC30 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 172 | 48 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.33 |
| HSL | 96.77º | 0.56% | 0.43% | - |
| HSV(B) | 96.77º | 0.72% | 0.67% | - |
| XYZ | 20.11 | 32.21 | 7.95 | - |
| YUV | 135.14 | 78.82 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 48 | 0.44 | 0 | 0.72 | 0.33 | 96.77 | 0.56 | 0.43 |
| Hex | 60 | AC | 30 | 2C | 0 | 48 | 21 | 61 | 38 | 2B |
| Octal | 140 | 254 | 60 | 54 | 0 | 110 | 41 | 141 | 70 | 53 |
| Binary | 1100000 | 10101100 | 110000 | 101100 | 0 | 1001000 | 100001 | 1100001 | 111000 | 101011 |
Color Harmonies of #60AC30
Complementary color
Monochromatic Colors of #60AC30
Black with #60AC30
Text Example
Text Example
White with #60AC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AC30; }
p { color: rgb(96,172,48); }
H1.HeaderClassName
{
color: #60AC30;
}
.AnyTagClassName
{
color: #60AC30;
}
</style>
background-color css
<style>
a { background-color: #60AC30; }
a { background-color: rgb(96,172,48); }
div.DivClassName
{
background-color: #60AC30;
}
.BgClassName
{
background-color: #60AC30;
}
</style>
border-color css
<style>
span { border-color: #60AC30; }
span { border-color: rgb(96,172,48); }
td.TdClassName
{
border-color: #60AC30;
}
.TagClassName
{
border-color: #60AC30;
}
</style>