Shades of Limeade #629C3C
Tints of Limeade #629C3C
RGB
CMYK
RGB Variations
Color information
#629C3C (or 0x629C3C) is known color: Limeade. HEX triplet: 62, 9C and 3C. RGB value is (98,156,60). Sum of RGB (Red+Green+Blue) = 98+156+60=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 156 (61.33% from 255 or 49.68% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 156 - color contains mainly: green. Hex color #629C3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629C3C is #9D63C3. Grayscale: #808080. Windows color (decimal): -10314692 or 3972194. OLE color: 3972194.
HSL color Cylindrical-coordinate representation of color #629C3C: hue angle of 96.25º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #629C3C is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 156 | 60 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.39 |
| HSL | 96.25º | 0.44% | 0.42% | - |
| HSV(B) | 96.25º | 0.62% | 0.61% | - |
| XYZ | 17.74 | 26.7 | 8.49 | - |
| YUV | 127.71 | 89.78 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 60 | 0.37 | 0 | 0.62 | 0.39 | 96.25 | 0.44 | 0.42 |
| Hex | 62 | 9C | 3C | 25 | 0 | 3E | 27 | 60 | 2C | 2A |
| Octal | 142 | 234 | 74 | 45 | 0 | 76 | 47 | 140 | 54 | 52 |
| Binary | 1100010 | 10011100 | 111100 | 100101 | 0 | 111110 | 100111 | 1100000 | 101100 | 101010 |
Color Harmonies of #629C3C
Complementary color
Monochromatic Colors of #629C3C
Black with #629C3C
Text Example
Text Example
White with #629C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629C3C; }
p { color: rgb(98,156,60); }
H1.HeaderClassName
{
color: #629C3C;
}
.AnyTagClassName
{
color: #629C3C;
}
</style>
background-color css
<style>
a { background-color: #629C3C; }
a { background-color: rgb(98,156,60); }
div.DivClassName
{
background-color: #629C3C;
}
.BgClassName
{
background-color: #629C3C;
}
</style>
border-color css
<style>
span { border-color: #629C3C; }
span { border-color: rgb(98,156,60); }
td.TdClassName
{
border-color: #629C3C;
}
.TagClassName
{
border-color: #629C3C;
}
</style>