Shades of Lima #7DBE17
Tints of Lima #7DBE17
RGB
CMYK
RGB Variations
Color information
#7DBE17 (or 0x7DBE17) is known color: Lima. HEX triplet: 7D, BE and 17. RGB value is (125,190,23). Sum of RGB (Red+Green+Blue) = 125+190+23=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBE17 is #8241E8. Grayscale: #989898. Windows color (decimal): -8536553 or 1556093. OLE color: 1556093.
HSL color Cylindrical-coordinate representation of color #7DBE17: hue angle of 83.35º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DBE17 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 23 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.25 |
| HSL | 83.35º | 0.78% | 0.42% | - |
| HSV(B) | 83.35º | 0.88% | 0.75% | - |
| XYZ | 27.03 | 41.25 | 7.35 | - |
| YUV | 151.53 | 55.47 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 23 | 0.34 | 0 | 0.88 | 0.25 | 83.35 | 0.78 | 0.42 |
| Hex | 7D | BE | 17 | 22 | 0 | 58 | 19 | 53 | 4E | 2A |
| Octal | 175 | 276 | 27 | 42 | 0 | 130 | 31 | 123 | 116 | 52 |
| Binary | 1111101 | 10111110 | 10111 | 100010 | 0 | 1011000 | 11001 | 1010011 | 1001110 | 101010 |
Color Harmonies of #7DBE17
Complementary color
Monochromatic Colors of #7DBE17
Black with #7DBE17
Text Example
Text Example
White with #7DBE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE17; }
p { color: rgb(125,190,23); }
H1.HeaderClassName
{
color: #7DBE17;
}
.AnyTagClassName
{
color: #7DBE17;
}
</style>
background-color css
<style>
a { background-color: #7DBE17; }
a { background-color: rgb(125,190,23); }
div.DivClassName
{
background-color: #7DBE17;
}
.BgClassName
{
background-color: #7DBE17;
}
</style>
border-color css
<style>
span { border-color: #7DBE17; }
span { border-color: rgb(125,190,23); }
td.TdClassName
{
border-color: #7DBE17;
}
.TagClassName
{
border-color: #7DBE17;
}
</style>