Shades of Limeade #52900B
Tints of Limeade #52900B
RGB
CMYK
RGB Variations
Color information
#52900B (or 0x52900B) is known color: Limeade. HEX triplet: 52, 90 and 0B. RGB value is (82,144,11). Sum of RGB (Red+Green+Blue) = 82+144+11=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 144 (56.64% from 255 or 60.76% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 144 - color contains mainly: green. Hex color #52900B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52900B is #AD6FF4. Grayscale: #6E6E6E. Windows color (decimal): -11366389 or 757842. OLE color: 757842.
HSL color Cylindrical-coordinate representation of color #52900B: hue angle of 87.97º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #52900B is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 144 | 11 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.44 |
| HSL | 87.97º | 0.86% | 0.3% | - |
| HSV(B) | 87.97º | 0.92% | 0.56% | - |
| XYZ | 13.51 | 21.76 | 3.81 | - |
| YUV | 110.3 | 71.96 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 11 | 0.43 | 0 | 0.92 | 0.44 | 87.97 | 0.86 | 0.3 |
| Hex | 52 | 90 | B | 2B | 0 | 5C | 2C | 58 | 56 | 1E |
| Octal | 122 | 220 | 13 | 53 | 0 | 134 | 54 | 130 | 126 | 36 |
| Binary | 1010010 | 10010000 | 1011 | 101011 | 0 | 1011100 | 101100 | 1011000 | 1010110 | 11110 |
Color Harmonies of #52900B
Complementary color
Monochromatic Colors of #52900B
Black with #52900B
Text Example
Text Example
White with #52900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52900B; }
p { color: rgb(82,144,11); }
H1.HeaderClassName
{
color: #52900B;
}
.AnyTagClassName
{
color: #52900B;
}
</style>
background-color css
<style>
a { background-color: #52900B; }
a { background-color: rgb(82,144,11); }
div.DivClassName
{
background-color: #52900B;
}
.BgClassName
{
background-color: #52900B;
}
</style>
border-color css
<style>
span { border-color: #52900B; }
span { border-color: rgb(82,144,11); }
td.TdClassName
{
border-color: #52900B;
}
.TagClassName
{
border-color: #52900B;
}
</style>