Shades of Lima #7EBD23
Tints of Lima #7EBD23
RGB
CMYK
RGB Variations
Color information
#7EBD23 (or 0x7EBD23) is known color: Lima. HEX triplet: 7E, BD and 23. RGB value is (126,189,35). Sum of RGB (Red+Green+Blue) = 126+189+35=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBD23 is #8142DC. Grayscale: #999999. Windows color (decimal): -8471261 or 2342270. OLE color: 2342270.
HSL color Cylindrical-coordinate representation of color #7EBD23: hue angle of 84.55º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7EBD23 is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 35 | - |
| CMYK | 0.33 | 0 | 0.81 | 0.26 |
| HSL | 84.55º | 0.69% | 0.44% | - |
| HSV(B) | 84.55º | 0.81% | 0.74% | - |
| XYZ | 27.11 | 40.95 | 8.07 | - |
| YUV | 152.61 | 61.63 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 35 | 0.33 | 0 | 0.81 | 0.26 | 84.55 | 0.69 | 0.44 |
| Hex | 7E | BD | 23 | 21 | 0 | 51 | 1A | 55 | 45 | 2C |
| Octal | 176 | 275 | 43 | 41 | 0 | 121 | 32 | 125 | 105 | 54 |
| Binary | 1111110 | 10111101 | 100011 | 100001 | 0 | 1010001 | 11010 | 1010101 | 1000101 | 101100 |
Color Harmonies of #7EBD23
Complementary color
Monochromatic Colors of #7EBD23
Black with #7EBD23
Text Example
Text Example
White with #7EBD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBD23; }
p { color: rgb(126,189,35); }
H1.HeaderClassName
{
color: #7EBD23;
}
.AnyTagClassName
{
color: #7EBD23;
}
</style>
background-color css
<style>
a { background-color: #7EBD23; }
a { background-color: rgb(126,189,35); }
div.DivClassName
{
background-color: #7EBD23;
}
.BgClassName
{
background-color: #7EBD23;
}
</style>
border-color css
<style>
span { border-color: #7EBD23; }
span { border-color: rgb(126,189,35); }
td.TdClassName
{
border-color: #7EBD23;
}
.TagClassName
{
border-color: #7EBD23;
}
</style>