Shades of Limeade #629D39
Tints of Limeade #629D39
RGB
CMYK
RGB Variations
Color information
#629D39 (or 0x629D39) is known color: Limeade. HEX triplet: 62, 9D and 39. RGB value is (98,157,57). Sum of RGB (Red+Green+Blue) = 98+157+57=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 157 (61.72% from 255 or 50.32% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 157 - color contains mainly: green. Hex color #629D39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629D39 is #9D62C6. Grayscale: #808080. Windows color (decimal): -10314439 or 3775842. OLE color: 3775842.
HSL color Cylindrical-coordinate representation of color #629D39: hue angle of 95.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #629D39 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 157 | 57 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.38 |
| HSL | 95.4º | 0.47% | 0.42% | - |
| HSV(B) | 95.4º | 0.64% | 0.62% | - |
| XYZ | 17.83 | 27.01 | 8.14 | - |
| YUV | 127.96 | 87.95 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 157 | 57 | 0.38 | 0 | 0.64 | 0.38 | 95.4 | 0.47 | 0.42 |
| Hex | 62 | 9D | 39 | 26 | 0 | 40 | 26 | 5F | 2F | 2A |
| Octal | 142 | 235 | 71 | 46 | 0 | 100 | 46 | 137 | 57 | 52 |
| Binary | 1100010 | 10011101 | 111001 | 100110 | 0 | 1000000 | 100110 | 1011111 | 101111 | 101010 |
Color Harmonies of #629D39
Complementary color
Monochromatic Colors of #629D39
Black with #629D39
Text Example
Text Example
White with #629D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629D39; }
p { color: rgb(98,157,57); }
H1.HeaderClassName
{
color: #629D39;
}
.AnyTagClassName
{
color: #629D39;
}
</style>
background-color css
<style>
a { background-color: #629D39; }
a { background-color: rgb(98,157,57); }
div.DivClassName
{
background-color: #629D39;
}
.BgClassName
{
background-color: #629D39;
}
</style>
border-color css
<style>
span { border-color: #629D39; }
span { border-color: rgb(98,157,57); }
td.TdClassName
{
border-color: #629D39;
}
.TagClassName
{
border-color: #629D39;
}
</style>