Shades of Limeade #629B18
Tints of Limeade #629B18
RGB
CMYK
RGB Variations
Color information
#629B18 (or 0x629B18) is known color: Limeade. HEX triplet: 62, 9B and 18. RGB value is (98,155,24). Sum of RGB (Red+Green+Blue) = 98+155+24=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 155 (60.94% from 255 or 55.96% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 155 - color contains mainly: green. Hex color #629B18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629B18 is #9D64E7. Grayscale: #7B7B7B. Windows color (decimal): -10314984 or 1612642. OLE color: 1612642.
HSL color Cylindrical-coordinate representation of color #629B18: hue angle of 86.11º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #629B18 is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 155 | 24 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.39 |
| HSL | 86.11º | 0.73% | 0.35% | - |
| HSV(B) | 86.11º | 0.85% | 0.61% | - |
| XYZ | 16.92 | 26.11 | 5.01 | - |
| YUV | 123.02 | 72.12 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 24 | 0.37 | 0 | 0.85 | 0.39 | 86.11 | 0.73 | 0.35 |
| Hex | 62 | 9B | 18 | 25 | 0 | 55 | 27 | 56 | 49 | 23 |
| Octal | 142 | 233 | 30 | 45 | 0 | 125 | 47 | 126 | 111 | 43 |
| Binary | 1100010 | 10011011 | 11000 | 100101 | 0 | 1010101 | 100111 | 1010110 | 1001001 | 100011 |
Color Harmonies of #629B18
Complementary color
Monochromatic Colors of #629B18
Black with #629B18
Text Example
Text Example
White with #629B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629B18; }
p { color: rgb(98,155,24); }
H1.HeaderClassName
{
color: #629B18;
}
.AnyTagClassName
{
color: #629B18;
}
</style>
background-color css
<style>
a { background-color: #629B18; }
a { background-color: rgb(98,155,24); }
div.DivClassName
{
background-color: #629B18;
}
.BgClassName
{
background-color: #629B18;
}
</style>
border-color css
<style>
span { border-color: #629B18; }
span { border-color: rgb(98,155,24); }
td.TdClassName
{
border-color: #629B18;
}
.TagClassName
{
border-color: #629B18;
}
</style>