Shades of Lima #7FB433
Tints of Lima #7FB433
RGB
CMYK
RGB Variations
Color information
#7FB433 (or 0x7FB433) is known color: Lima. HEX triplet: 7F, B4 and 33. RGB value is (127,180,51). Sum of RGB (Red+Green+Blue) = 127+180+51=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB433 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB433 is #804BCC. Grayscale: #959595. Windows color (decimal): -8408013 or 3388543. OLE color: 3388543.
HSL color Cylindrical-coordinate representation of color #7FB433: hue angle of 84.65º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7FB433 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 180 | 51 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.29 |
| HSL | 84.65º | 0.56% | 0.45% | - |
| HSV(B) | 84.65º | 0.72% | 0.71% | - |
| XYZ | 25.67 | 37.39 | 9 | - |
| YUV | 149.45 | 72.44 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 180 | 51 | 0.29 | 0 | 0.72 | 0.29 | 84.65 | 0.56 | 0.45 |
| Hex | 7F | B4 | 33 | 1D | 0 | 48 | 1D | 55 | 38 | 2D |
| Octal | 177 | 264 | 63 | 35 | 0 | 110 | 35 | 125 | 70 | 55 |
| Binary | 1111111 | 10110100 | 110011 | 11101 | 0 | 1001000 | 11101 | 1010101 | 111000 | 101101 |
Color Harmonies of #7FB433
Complementary color
Monochromatic Colors of #7FB433
Black with #7FB433
Text Example
Text Example
White with #7FB433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB433; }
p { color: rgb(127,180,51); }
H1.HeaderClassName
{
color: #7FB433;
}
.AnyTagClassName
{
color: #7FB433;
}
</style>
background-color css
<style>
a { background-color: #7FB433; }
a { background-color: rgb(127,180,51); }
div.DivClassName
{
background-color: #7FB433;
}
.BgClassName
{
background-color: #7FB433;
}
</style>
border-color css
<style>
span { border-color: #7FB433; }
span { border-color: rgb(127,180,51); }
td.TdClassName
{
border-color: #7FB433;
}
.TagClassName
{
border-color: #7FB433;
}
</style>