Shades of Limeade #6D9C30
Tints of Limeade #6D9C30
RGB
CMYK
RGB Variations
Color information
#6D9C30 (or 0x6D9C30) is known color: Limeade. HEX triplet: 6D, 9C and 30. RGB value is (109,156,48). Sum of RGB (Red+Green+Blue) = 109+156+48=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #6D9C30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D9C30 is #9263CF. Grayscale: #828282. Windows color (decimal): -9593808 or 3185773. OLE color: 3185773.
HSL color Cylindrical-coordinate representation of color #6D9C30: hue angle of 86.11º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D9C30 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 156 | 48 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.39 |
| HSL | 86.11º | 0.53% | 0.4% | - |
| HSV(B) | 86.11º | 0.69% | 0.61% | - |
| XYZ | 18.73 | 27.24 | 7.07 | - |
| YUV | 129.64 | 81.93 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 156 | 48 | 0.30 | 0 | 0.69 | 0.39 | 86.11 | 0.53 | 0.4 |
| Hex | 6D | 9C | 30 | 1E | 0 | 45 | 27 | 56 | 35 | 28 |
| Octal | 155 | 234 | 60 | 36 | 0 | 105 | 47 | 126 | 65 | 50 |
| Binary | 1101101 | 10011100 | 110000 | 11110 | 0 | 1000101 | 100111 | 1010110 | 110101 | 101000 |
Color Harmonies of #6D9C30
Complementary color
Monochromatic Colors of #6D9C30
Black with #6D9C30
Text Example
Text Example
White with #6D9C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9C30; }
p { color: rgb(109,156,48); }
H1.HeaderClassName
{
color: #6D9C30;
}
.AnyTagClassName
{
color: #6D9C30;
}
</style>
background-color css
<style>
a { background-color: #6D9C30; }
a { background-color: rgb(109,156,48); }
div.DivClassName
{
background-color: #6D9C30;
}
.BgClassName
{
background-color: #6D9C30;
}
</style>
border-color css
<style>
span { border-color: #6D9C30; }
span { border-color: rgb(109,156,48); }
td.TdClassName
{
border-color: #6D9C30;
}
.TagClassName
{
border-color: #6D9C30;
}
</style>