Shades of Limeade #60B02E
Tints of Limeade #60B02E
RGB
CMYK
RGB Variations
Color information
#60B02E (or 0x60B02E) is known color: Limeade. HEX triplet: 60, B0 and 2E. RGB value is (96,176,46). Sum of RGB (Red+Green+Blue) = 96+176+46=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 176 (69.14% from 255 or 55.35% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 176 - color contains mainly: green. Hex color #60B02E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60B02E is #9F4FD1. Grayscale: #898989. Windows color (decimal): -10440658 or 3059808. OLE color: 3059808.
HSL color Cylindrical-coordinate representation of color #60B02E: hue angle of 96.92º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60B02E is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 176 | 46 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.31 |
| HSL | 96.92º | 0.59% | 0.44% | - |
| HSV(B) | 96.92º | 0.74% | 0.69% | - |
| XYZ | 20.84 | 33.73 | 8 | - |
| YUV | 137.26 | 76.5 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 176 | 46 | 0.45 | 0 | 0.74 | 0.31 | 96.92 | 0.59 | 0.44 |
| Hex | 60 | B0 | 2E | 2D | 0 | 4A | 1F | 61 | 3B | 2C |
| Octal | 140 | 260 | 56 | 55 | 0 | 112 | 37 | 141 | 73 | 54 |
| Binary | 1100000 | 10110000 | 101110 | 101101 | 0 | 1001010 | 11111 | 1100001 | 111011 | 101100 |
Color Harmonies of #60B02E
Complementary color
Monochromatic Colors of #60B02E
Black with #60B02E
Text Example
Text Example
White with #60B02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B02E; }
p { color: rgb(96,176,46); }
H1.HeaderClassName
{
color: #60B02E;
}
.AnyTagClassName
{
color: #60B02E;
}
</style>
background-color css
<style>
a { background-color: #60B02E; }
a { background-color: rgb(96,176,46); }
div.DivClassName
{
background-color: #60B02E;
}
.BgClassName
{
background-color: #60B02E;
}
</style>
border-color css
<style>
span { border-color: #60B02E; }
span { border-color: rgb(96,176,46); }
td.TdClassName
{
border-color: #60B02E;
}
.TagClassName
{
border-color: #60B02E;
}
</style>