Shades of Lima #7DBF24
Tints of Lima #7DBF24
RGB
CMYK
RGB Variations
Color information
#7DBF24 (or 0x7DBF24) is known color: Lima. HEX triplet: 7D, BF and 24. RGB value is (125,191,36). Sum of RGB (Red+Green+Blue) = 125+191+36=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBF24 is #8240DB. Grayscale: #9A9A9A. Windows color (decimal): -8536284 or 2408317. OLE color: 2408317.
HSL color Cylindrical-coordinate representation of color #7DBF24: hue angle of 85.55º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7DBF24 is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 36 | - |
| CMYK | 0.35 | 0 | 0.81 | 0.25 |
| HSL | 85.55º | 0.68% | 0.45% | - |
| HSV(B) | 85.55º | 0.81% | 0.75% | - |
| XYZ | 27.41 | 41.75 | 8.28 | - |
| YUV | 153.6 | 61.63 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 36 | 0.35 | 0 | 0.81 | 0.25 | 85.55 | 0.68 | 0.45 |
| Hex | 7D | BF | 24 | 23 | 0 | 51 | 19 | 56 | 44 | 2D |
| Octal | 175 | 277 | 44 | 43 | 0 | 121 | 31 | 126 | 104 | 55 |
| Binary | 1111101 | 10111111 | 100100 | 100011 | 0 | 1010001 | 11001 | 1010110 | 1000100 | 101101 |
Color Harmonies of #7DBF24
Complementary color
Monochromatic Colors of #7DBF24
Black with #7DBF24
Text Example
Text Example
White with #7DBF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF24; }
p { color: rgb(125,191,36); }
H1.HeaderClassName
{
color: #7DBF24;
}
.AnyTagClassName
{
color: #7DBF24;
}
</style>
background-color css
<style>
a { background-color: #7DBF24; }
a { background-color: rgb(125,191,36); }
div.DivClassName
{
background-color: #7DBF24;
}
.BgClassName
{
background-color: #7DBF24;
}
</style>
border-color css
<style>
span { border-color: #7DBF24; }
span { border-color: rgb(125,191,36); }
td.TdClassName
{
border-color: #7DBF24;
}
.TagClassName
{
border-color: #7DBF24;
}
</style>