Shades of Limeade #4D971B
Tints of Limeade #4D971B
RGB
CMYK
RGB Variations
Color information
#4D971B (or 0x4D971B) is known color: Limeade. HEX triplet: 4D, 97 and 1B. RGB value is (77,151,27). Sum of RGB (Red+Green+Blue) = 77+151+27=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 151 (59.38% from 255 or 59.22% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 151 - color contains mainly: green. Hex color #4D971B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D971B is #B268E4. Grayscale: #737373. Windows color (decimal): -11692261 or 1808205. OLE color: 1808205.
HSL color Cylindrical-coordinate representation of color #4D971B: hue angle of 95.81º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D971B is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 151 | 27 | - |
| CMYK | 0.49 | 0 | 0.82 | 0.41 |
| HSL | 95.81º | 0.7% | 0.35% | - |
| HSV(B) | 95.81º | 0.82% | 0.59% | - |
| XYZ | 14.33 | 23.79 | 4.87 | - |
| YUV | 114.74 | 78.48 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 151 | 27 | 0.49 | 0 | 0.82 | 0.41 | 95.81 | 0.7 | 0.35 |
| Hex | 4D | 97 | 1B | 31 | 0 | 52 | 29 | 60 | 46 | 23 |
| Octal | 115 | 227 | 33 | 61 | 0 | 122 | 51 | 140 | 106 | 43 |
| Binary | 1001101 | 10010111 | 11011 | 110001 | 0 | 1010010 | 101001 | 1100000 | 1000110 | 100011 |
Color Harmonies of #4D971B
Complementary color
Monochromatic Colors of #4D971B
Black with #4D971B
Text Example
Text Example
White with #4D971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D971B; }
p { color: rgb(77,151,27); }
H1.HeaderClassName
{
color: #4D971B;
}
.AnyTagClassName
{
color: #4D971B;
}
</style>
background-color css
<style>
a { background-color: #4D971B; }
a { background-color: rgb(77,151,27); }
div.DivClassName
{
background-color: #4D971B;
}
.BgClassName
{
background-color: #4D971B;
}
</style>
border-color css
<style>
span { border-color: #4D971B; }
span { border-color: rgb(77,151,27); }
td.TdClassName
{
border-color: #4D971B;
}
.TagClassName
{
border-color: #4D971B;
}
</style>