Shades of Lima #7DBE12
Tints of Lima #7DBE12
RGB
CMYK
RGB Variations
Color information
#7DBE12 (or 0x7DBE12) is known color: Lima. HEX triplet: 7D, BE and 12. RGB value is (125,190,18). Sum of RGB (Red+Green+Blue) = 125+190+18=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 190 (74.61% from 255 or 57.06% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBE12 is #8241ED. Grayscale: #979797. Windows color (decimal): -8536558 or 1228413. OLE color: 1228413.
HSL color Cylindrical-coordinate representation of color #7DBE12: hue angle of 82.67º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DBE12 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 18 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.25 |
| HSL | 82.67º | 0.83% | 0.41% | - |
| HSV(B) | 82.67º | 0.91% | 0.75% | - |
| XYZ | 26.98 | 41.23 | 7.11 | - |
| YUV | 150.96 | 52.97 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 18 | 0.34 | 0 | 0.91 | 0.25 | 82.67 | 0.83 | 0.41 |
| Hex | 7D | BE | 12 | 22 | 0 | 5B | 19 | 53 | 53 | 29 |
| Octal | 175 | 276 | 22 | 42 | 0 | 133 | 31 | 123 | 123 | 51 |
| Binary | 1111101 | 10111110 | 10010 | 100010 | 0 | 1011011 | 11001 | 1010011 | 1010011 | 101001 |
Color Harmonies of #7DBE12
Complementary color
Monochromatic Colors of #7DBE12
Black with #7DBE12
Text Example
Text Example
White with #7DBE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE12; }
p { color: rgb(125,190,18); }
H1.HeaderClassName
{
color: #7DBE12;
}
.AnyTagClassName
{
color: #7DBE12;
}
</style>
background-color css
<style>
a { background-color: #7DBE12; }
a { background-color: rgb(125,190,18); }
div.DivClassName
{
background-color: #7DBE12;
}
.BgClassName
{
background-color: #7DBE12;
}
</style>
border-color css
<style>
span { border-color: #7DBE12; }
span { border-color: rgb(125,190,18); }
td.TdClassName
{
border-color: #7DBE12;
}
.TagClassName
{
border-color: #7DBE12;
}
</style>