Shades of Lima #7DBE21
Tints of Lima #7DBE21
RGB
CMYK
RGB Variations
Color information
#7DBE21 (or 0x7DBE21) is known color: Lima. HEX triplet: 7D, BE and 21. RGB value is (125,190,33). Sum of RGB (Red+Green+Blue) = 125+190+33=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 190 (74.61% from 255 or 54.60% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBE21 is #8241DE. Grayscale: #999999. Windows color (decimal): -8536543 or 2211453. OLE color: 2211453.
HSL color Cylindrical-coordinate representation of color #7DBE21: hue angle of 84.84º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7DBE21 is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 33 | - |
| CMYK | 0.34 | 0 | 0.83 | 0.25 |
| HSL | 84.84º | 0.7% | 0.44% | - |
| HSV(B) | 84.84º | 0.83% | 0.75% | - |
| XYZ | 27.15 | 41.3 | 7.98 | - |
| YUV | 152.67 | 60.47 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 33 | 0.34 | 0 | 0.83 | 0.25 | 84.84 | 0.7 | 0.44 |
| Hex | 7D | BE | 21 | 22 | 0 | 53 | 19 | 55 | 46 | 2C |
| Octal | 175 | 276 | 41 | 42 | 0 | 123 | 31 | 125 | 106 | 54 |
| Binary | 1111101 | 10111110 | 100001 | 100010 | 0 | 1010011 | 11001 | 1010101 | 1000110 | 101100 |
Color Harmonies of #7DBE21
Complementary color
Monochromatic Colors of #7DBE21
Black with #7DBE21
Text Example
Text Example
White with #7DBE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE21; }
p { color: rgb(125,190,33); }
H1.HeaderClassName
{
color: #7DBE21;
}
.AnyTagClassName
{
color: #7DBE21;
}
</style>
background-color css
<style>
a { background-color: #7DBE21; }
a { background-color: rgb(125,190,33); }
div.DivClassName
{
background-color: #7DBE21;
}
.BgClassName
{
background-color: #7DBE21;
}
</style>
border-color css
<style>
span { border-color: #7DBE21; }
span { border-color: rgb(125,190,33); }
td.TdClassName
{
border-color: #7DBE21;
}
.TagClassName
{
border-color: #7DBE21;
}
</style>