Shades of Limeade #629F25
Tints of Limeade #629F25
RGB
CMYK
RGB Variations
Color information
#629F25 (or 0x629F25) is known color: Limeade. HEX triplet: 62, 9F and 25. RGB value is (98,159,37). Sum of RGB (Red+Green+Blue) = 98+159+37=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 159 (62.5% from 255 or 54.08% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 159 - color contains mainly: green. Hex color #629F25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629F25 is #9D60DA. Grayscale: #7F7F7F. Windows color (decimal): -10313947 or 2465634. OLE color: 2465634.
HSL color Cylindrical-coordinate representation of color #629F25: hue angle of 90º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #629F25 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 159 | 37 | - |
| CMYK | 0.38 | 0 | 0.77 | 0.38 |
| HSL | 90º | 0.62% | 0.38% | - |
| HSV(B) | 90º | 0.77% | 0.62% | - |
| XYZ | 17.77 | 27.53 | 6.13 | - |
| YUV | 126.85 | 77.29 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 159 | 37 | 0.38 | 0 | 0.77 | 0.38 | 90 | 0.62 | 0.38 |
| Hex | 62 | 9F | 25 | 26 | 0 | 4D | 26 | 5A | 3E | 26 |
| Octal | 142 | 237 | 45 | 46 | 0 | 115 | 46 | 132 | 76 | 46 |
| Binary | 1100010 | 10011111 | 100101 | 100110 | 0 | 1001101 | 100110 | 1011010 | 111110 | 100110 |
Color Harmonies of #629F25
Complementary color
Monochromatic Colors of #629F25
Black with #629F25
Text Example
Text Example
White with #629F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629F25; }
p { color: rgb(98,159,37); }
H1.HeaderClassName
{
color: #629F25;
}
.AnyTagClassName
{
color: #629F25;
}
</style>
background-color css
<style>
a { background-color: #629F25; }
a { background-color: rgb(98,159,37); }
div.DivClassName
{
background-color: #629F25;
}
.BgClassName
{
background-color: #629F25;
}
</style>
border-color css
<style>
span { border-color: #629F25; }
span { border-color: rgb(98,159,37); }
td.TdClassName
{
border-color: #629F25;
}
.TagClassName
{
border-color: #629F25;
}
</style>