Shades of Lima #7DBF17
Tints of Lima #7DBF17
RGB
CMYK
RGB Variations
Color information
#7DBF17 (or 0x7DBF17) is known color: Lima. HEX triplet: 7D, BF and 17. RGB value is (125,191,23). Sum of RGB (Red+Green+Blue) = 125+191+23=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 191 (75% from 255 or 56.34% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBF17 is #8240E8. Grayscale: #989898. Windows color (decimal): -8536297 or 1556349. OLE color: 1556349.
HSL color Cylindrical-coordinate representation of color #7DBF17: hue angle of 83.57º degrees, saturation: 0.79, 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 #7DBF17 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 23 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.25 |
| HSL | 83.57º | 0.79% | 0.42% | - |
| HSV(B) | 83.57º | 0.88% | 0.75% | - |
| XYZ | 27.24 | 41.68 | 7.42 | - |
| YUV | 152.11 | 55.13 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 23 | 0.35 | 0 | 0.88 | 0.25 | 83.57 | 0.79 | 0.42 |
| Hex | 7D | BF | 17 | 23 | 0 | 58 | 19 | 54 | 4F | 2A |
| Octal | 175 | 277 | 27 | 43 | 0 | 130 | 31 | 124 | 117 | 52 |
| Binary | 1111101 | 10111111 | 10111 | 100011 | 0 | 1011000 | 11001 | 1010100 | 1001111 | 101010 |
Color Harmonies of #7DBF17
Complementary color
Monochromatic Colors of #7DBF17
Black with #7DBF17
Text Example
Text Example
White with #7DBF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF17; }
p { color: rgb(125,191,23); }
H1.HeaderClassName
{
color: #7DBF17;
}
.AnyTagClassName
{
color: #7DBF17;
}
</style>
background-color css
<style>
a { background-color: #7DBF17; }
a { background-color: rgb(125,191,23); }
div.DivClassName
{
background-color: #7DBF17;
}
.BgClassName
{
background-color: #7DBF17;
}
</style>
border-color css
<style>
span { border-color: #7DBF17; }
span { border-color: rgb(125,191,23); }
td.TdClassName
{
border-color: #7DBF17;
}
.TagClassName
{
border-color: #7DBF17;
}
</style>