Shades of Lima #7DBE25
Tints of Lima #7DBE25
RGB
CMYK
RGB Variations
Color information
#7DBE25 (or 0x7DBE25) is known color: Lima. HEX triplet: 7D, BE and 25. RGB value is (125,190,37). Sum of RGB (Red+Green+Blue) = 125+190+37=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 190 (74.61% from 255 or 53.98% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBE25 is #8241DA. Grayscale: #999999. Windows color (decimal): -8536539 or 2473597. OLE color: 2473597.
HSL color Cylindrical-coordinate representation of color #7DBE25: hue angle of 85.49º degrees, saturation: 0.67, 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 #7DBE25 is Cyan = 0.34, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 37 | - |
| CMYK | 0.34 | 0 | 0.81 | 0.25 |
| HSL | 85.49º | 0.67% | 0.45% | - |
| HSV(B) | 85.49º | 0.81% | 0.75% | - |
| XYZ | 27.2 | 41.32 | 8.29 | - |
| YUV | 153.12 | 62.47 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 37 | 0.34 | 0 | 0.81 | 0.25 | 85.49 | 0.67 | 0.45 |
| Hex | 7D | BE | 25 | 22 | 0 | 51 | 19 | 55 | 43 | 2D |
| Octal | 175 | 276 | 45 | 42 | 0 | 121 | 31 | 125 | 103 | 55 |
| Binary | 1111101 | 10111110 | 100101 | 100010 | 0 | 1010001 | 11001 | 1010101 | 1000011 | 101101 |
Color Harmonies of #7DBE25
Complementary color
Monochromatic Colors of #7DBE25
Black with #7DBE25
Text Example
Text Example
White with #7DBE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE25; }
p { color: rgb(125,190,37); }
H1.HeaderClassName
{
color: #7DBE25;
}
.AnyTagClassName
{
color: #7DBE25;
}
</style>
background-color css
<style>
a { background-color: #7DBE25; }
a { background-color: rgb(125,190,37); }
div.DivClassName
{
background-color: #7DBE25;
}
.BgClassName
{
background-color: #7DBE25;
}
</style>
border-color css
<style>
span { border-color: #7DBE25; }
span { border-color: rgb(125,190,37); }
td.TdClassName
{
border-color: #7DBE25;
}
.TagClassName
{
border-color: #7DBE25;
}
</style>