Shades of Lima #7DBE32
Tints of Lima #7DBE32
RGB
CMYK
RGB Variations
Color information
#7DBE32 (or 0x7DBE32) is known color: Lima. HEX triplet: 7D, BE and 32. RGB value is (125,190,50). Sum of RGB (Red+Green+Blue) = 125+190+50=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBE32 is #8241CD. Grayscale: #9B9B9B. Windows color (decimal): -8536526 or 3325565. OLE color: 3325565.
HSL color Cylindrical-coordinate representation of color #7DBE32: hue angle of 87.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7DBE32 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 50 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.25 |
| HSL | 87.86º | 0.58% | 0.47% | - |
| HSV(B) | 87.86º | 0.74% | 0.75% | - |
| XYZ | 27.45 | 41.42 | 9.57 | - |
| YUV | 154.61 | 68.97 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 50 | 0.34 | 0 | 0.74 | 0.25 | 87.86 | 0.58 | 0.47 |
| Hex | 7D | BE | 32 | 22 | 0 | 4A | 19 | 58 | 3A | 2F |
| Octal | 175 | 276 | 62 | 42 | 0 | 112 | 31 | 130 | 72 | 57 |
| Binary | 1111101 | 10111110 | 110010 | 100010 | 0 | 1001010 | 11001 | 1011000 | 111010 | 101111 |
Color Harmonies of #7DBE32
Complementary color
Monochromatic Colors of #7DBE32
Black with #7DBE32
Text Example
Text Example
White with #7DBE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE32; }
p { color: rgb(125,190,50); }
H1.HeaderClassName
{
color: #7DBE32;
}
.AnyTagClassName
{
color: #7DBE32;
}
</style>
background-color css
<style>
a { background-color: #7DBE32; }
a { background-color: rgb(125,190,50); }
div.DivClassName
{
background-color: #7DBE32;
}
.BgClassName
{
background-color: #7DBE32;
}
</style>
border-color css
<style>
span { border-color: #7DBE32; }
span { border-color: rgb(125,190,50); }
td.TdClassName
{
border-color: #7DBE32;
}
.TagClassName
{
border-color: #7DBE32;
}
</style>