Shades of Lima #7DC91B
Tints of Lima #7DC91B
RGB
CMYK
RGB Variations
Color information
#7DC91B (or 0x7DC91B) is known color: Lima. HEX triplet: 7D, C9 and 1B. RGB value is (125,201,27). Sum of RGB (Red+Green+Blue) = 125+201+27=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 201 (78.91% from 255 or 56.94% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC91B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC91B is #8236E4. Grayscale: #9F9F9F. Windows color (decimal): -8533733 or 1821053. OLE color: 1821053.
HSL color Cylindrical-coordinate representation of color #7DC91B: hue angle of 86.21º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7DC91B is Cyan = 0.38, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 27 | - |
| CMYK | 0.38 | 0 | 0.87 | 0.21 |
| HSL | 86.21º | 0.76% | 0.45% | - |
| HSV(B) | 86.21º | 0.87% | 0.79% | - |
| XYZ | 29.54 | 46.21 | 8.4 | - |
| YUV | 158.44 | 53.82 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 27 | 0.38 | 0 | 0.87 | 0.21 | 86.21 | 0.76 | 0.45 |
| Hex | 7D | C9 | 1B | 26 | 0 | 57 | 15 | 56 | 4C | 2D |
| Octal | 175 | 311 | 33 | 46 | 0 | 127 | 25 | 126 | 114 | 55 |
| Binary | 1111101 | 11001001 | 11011 | 100110 | 0 | 1010111 | 10101 | 1010110 | 1001100 | 101101 |
Color Harmonies of #7DC91B
Complementary color
Monochromatic Colors of #7DC91B
Black with #7DC91B
Text Example
Text Example
White with #7DC91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC91B; }
p { color: rgb(125,201,27); }
H1.HeaderClassName
{
color: #7DC91B;
}
.AnyTagClassName
{
color: #7DC91B;
}
</style>
background-color css
<style>
a { background-color: #7DC91B; }
a { background-color: rgb(125,201,27); }
div.DivClassName
{
background-color: #7DC91B;
}
.BgClassName
{
background-color: #7DC91B;
}
</style>
border-color css
<style>
span { border-color: #7DC91B; }
span { border-color: rgb(125,201,27); }
td.TdClassName
{
border-color: #7DC91B;
}
.TagClassName
{
border-color: #7DC91B;
}
</style>