Shades of Limeade #619630
Tints of Limeade #619630
RGB
CMYK
RGB Variations
Color information
#619630 (or 0x619630) is known color: Limeade. HEX triplet: 61, 96 and 30. RGB value is (97,150,48). Sum of RGB (Red+Green+Blue) = 97+150+48=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #619630 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619630 is #9E69CF. Grayscale: #7A7A7A. Windows color (decimal): -10381776 or 3184225. OLE color: 3184225.
HSL color Cylindrical-coordinate representation of color #619630: hue angle of 91.18º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #619630 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 97 | 150 | 48 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.41 |
| HSL | 91.18º | 0.52% | 0.39% | - |
| HSV(B) | 91.18º | 0.68% | 0.59% | - |
| XYZ | 16.37 | 24.57 | 6.68 | - |
| YUV | 122.53 | 85.94 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 150 | 48 | 0.35 | 0 | 0.68 | 0.41 | 91.18 | 0.52 | 0.39 |
| Hex | 61 | 96 | 30 | 23 | 0 | 44 | 29 | 5B | 34 | 27 |
| Octal | 141 | 226 | 60 | 43 | 0 | 104 | 51 | 133 | 64 | 47 |
| Binary | 1100001 | 10010110 | 110000 | 100011 | 0 | 1000100 | 101001 | 1011011 | 110100 | 100111 |
Color Harmonies of #619630
Complementary color
Monochromatic Colors of #619630
Black with #619630
Text Example
Text Example
White with #619630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619630; }
p { color: rgb(97,150,48); }
H1.HeaderClassName
{
color: #619630;
}
.AnyTagClassName
{
color: #619630;
}
</style>
background-color css
<style>
a { background-color: #619630; }
a { background-color: rgb(97,150,48); }
div.DivClassName
{
background-color: #619630;
}
.BgClassName
{
background-color: #619630;
}
</style>
border-color css
<style>
span { border-color: #619630; }
span { border-color: rgb(97,150,48); }
td.TdClassName
{
border-color: #619630;
}
.TagClassName
{
border-color: #619630;
}
</style>