Shades of Lima #7DBE02
Tints of Lima #7DBE02
RGB
CMYK
RGB Variations
Color information
#7DBE02 (or 0x7DBE02) is known color: Lima. HEX triplet: 7D, BE and 02. RGB value is (125,190,2). Sum of RGB (Red+Green+Blue) = 125+190+2=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 190 (74.61% from 255 or 59.94% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBE02 is #8241FD. Grayscale: #959595. Windows color (decimal): -8536574 or 179837. OLE color: 179837.
HSL color Cylindrical-coordinate representation of color #7DBE02: hue angle of 80.74º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7DBE02 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 2 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.25 |
| HSL | 80.74º | 0.98% | 0.38% | - |
| HSV(B) | 80.74º | 0.99% | 0.75% | - |
| XYZ | 26.88 | 41.19 | 6.59 | - |
| YUV | 149.13 | 44.97 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 2 | 0.34 | 0 | 0.99 | 0.25 | 80.74 | 0.98 | 0.38 |
| Hex | 7D | BE | 2 | 22 | 0 | 63 | 19 | 51 | 62 | 26 |
| Octal | 175 | 276 | 2 | 42 | 0 | 143 | 31 | 121 | 142 | 46 |
| Binary | 1111101 | 10111110 | 10 | 100010 | 0 | 1100011 | 11001 | 1010001 | 1100010 | 100110 |
Color Harmonies of #7DBE02
Complementary color
Monochromatic Colors of #7DBE02
Black with #7DBE02
Text Example
Text Example
White with #7DBE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE02; }
p { color: rgb(125,190,2); }
H1.HeaderClassName
{
color: #7DBE02;
}
.AnyTagClassName
{
color: #7DBE02;
}
</style>
background-color css
<style>
a { background-color: #7DBE02; }
a { background-color: rgb(125,190,2); }
div.DivClassName
{
background-color: #7DBE02;
}
.BgClassName
{
background-color: #7DBE02;
}
</style>
border-color css
<style>
span { border-color: #7DBE02; }
span { border-color: rgb(125,190,2); }
td.TdClassName
{
border-color: #7DBE02;
}
.TagClassName
{
border-color: #7DBE02;
}
</style>