Shades of Limeade #62AD27
Tints of Limeade #62AD27
RGB
CMYK
RGB Variations
Color information
#62AD27 (or 0x62AD27) is known color: Limeade. HEX triplet: 62, AD and 27. RGB value is (98,173,39). Sum of RGB (Red+Green+Blue) = 98+173+39=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #62AD27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62AD27 is #9D52D8. Grayscale: #878787. Windows color (decimal): -10310361 or 2600290. OLE color: 2600290.
HSL color Cylindrical-coordinate representation of color #62AD27: hue angle of 93.58º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #62AD27 is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 173 | 39 | - |
| CMYK | 0.43 | 0 | 0.77 | 0.32 |
| HSL | 93.58º | 0.63% | 0.42% | - |
| HSV(B) | 93.58º | 0.77% | 0.68% | - |
| XYZ | 20.35 | 32.63 | 7.15 | - |
| YUV | 135.3 | 73.65 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 173 | 39 | 0.43 | 0 | 0.77 | 0.32 | 93.58 | 0.63 | 0.42 |
| Hex | 62 | AD | 27 | 2B | 0 | 4D | 20 | 5E | 3F | 2A |
| Octal | 142 | 255 | 47 | 53 | 0 | 115 | 40 | 136 | 77 | 52 |
| Binary | 1100010 | 10101101 | 100111 | 101011 | 0 | 1001101 | 100000 | 1011110 | 111111 | 101010 |
Color Harmonies of #62AD27
Complementary color
Monochromatic Colors of #62AD27
Black with #62AD27
Text Example
Text Example
White with #62AD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AD27; }
p { color: rgb(98,173,39); }
H1.HeaderClassName
{
color: #62AD27;
}
.AnyTagClassName
{
color: #62AD27;
}
</style>
background-color css
<style>
a { background-color: #62AD27; }
a { background-color: rgb(98,173,39); }
div.DivClassName
{
background-color: #62AD27;
}
.BgClassName
{
background-color: #62AD27;
}
</style>
border-color css
<style>
span { border-color: #62AD27; }
span { border-color: rgb(98,173,39); }
td.TdClassName
{
border-color: #62AD27;
}
.TagClassName
{
border-color: #62AD27;
}
</style>