Shades of Limeade #629C20
Tints of Limeade #629C20
RGB
CMYK
RGB Variations
Color information
#629C20 (or 0x629C20) is known color: Limeade. HEX triplet: 62, 9C and 20. RGB value is (98,156,32). Sum of RGB (Red+Green+Blue) = 98+156+32=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 156 (61.33% from 255 or 54.55% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 156 - color contains mainly: green. Hex color #629C20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629C20 is #9D63DF. Grayscale: #7C7C7C. Windows color (decimal): -10314720 or 2137186. OLE color: 2137186.
HSL color Cylindrical-coordinate representation of color #629C20: hue angle of 88.06º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #629C20 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 156 | 32 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.39 |
| HSL | 88.06º | 0.66% | 0.37% | - |
| HSV(B) | 88.06º | 0.79% | 0.61% | - |
| XYZ | 17.19 | 26.48 | 5.57 | - |
| YUV | 124.52 | 75.78 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 32 | 0.37 | 0 | 0.79 | 0.39 | 88.06 | 0.66 | 0.37 |
| Hex | 62 | 9C | 20 | 25 | 0 | 4F | 27 | 58 | 42 | 25 |
| Octal | 142 | 234 | 40 | 45 | 0 | 117 | 47 | 130 | 102 | 45 |
| Binary | 1100010 | 10011100 | 100000 | 100101 | 0 | 1001111 | 100111 | 1011000 | 1000010 | 100101 |
Color Harmonies of #629C20
Complementary color
Monochromatic Colors of #629C20
Black with #629C20
Text Example
Text Example
White with #629C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629C20; }
p { color: rgb(98,156,32); }
H1.HeaderClassName
{
color: #629C20;
}
.AnyTagClassName
{
color: #629C20;
}
</style>
background-color css
<style>
a { background-color: #629C20; }
a { background-color: rgb(98,156,32); }
div.DivClassName
{
background-color: #629C20;
}
.BgClassName
{
background-color: #629C20;
}
</style>
border-color css
<style>
span { border-color: #629C20; }
span { border-color: rgb(98,156,32); }
td.TdClassName
{
border-color: #629C20;
}
.TagClassName
{
border-color: #629C20;
}
</style>