Shades of Lima #7DBB30
Tints of Lima #7DBB30
RGB
CMYK
RGB Variations
Color information
#7DBB30 (or 0x7DBB30) is known color: Lima. HEX triplet: 7D, BB and 30. RGB value is (125,187,48). Sum of RGB (Red+Green+Blue) = 125+187+48=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 187 (73.44% from 255 or 51.94% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBB30 is #8244CF. Grayscale: #999999. Windows color (decimal): -8537296 or 3193725. OLE color: 3193725.
HSL color Cylindrical-coordinate representation of color #7DBB30: hue angle of 86.76º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7DBB30 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 48 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.27 |
| HSL | 86.76º | 0.59% | 0.46% | - |
| HSV(B) | 86.76º | 0.74% | 0.73% | - |
| XYZ | 26.76 | 40.11 | 9.13 | - |
| YUV | 152.62 | 68.96 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 48 | 0.33 | 0 | 0.74 | 0.27 | 86.76 | 0.59 | 0.46 |
| Hex | 7D | BB | 30 | 21 | 0 | 4A | 1B | 57 | 3B | 2E |
| Octal | 175 | 273 | 60 | 41 | 0 | 112 | 33 | 127 | 73 | 56 |
| Binary | 1111101 | 10111011 | 110000 | 100001 | 0 | 1001010 | 11011 | 1010111 | 111011 | 101110 |
Color Harmonies of #7DBB30
Complementary color
Monochromatic Colors of #7DBB30
Black with #7DBB30
Text Example
Text Example
White with #7DBB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBB30; }
p { color: rgb(125,187,48); }
H1.HeaderClassName
{
color: #7DBB30;
}
.AnyTagClassName
{
color: #7DBB30;
}
</style>
background-color css
<style>
a { background-color: #7DBB30; }
a { background-color: rgb(125,187,48); }
div.DivClassName
{
background-color: #7DBB30;
}
.BgClassName
{
background-color: #7DBB30;
}
</style>
border-color css
<style>
span { border-color: #7DBB30; }
span { border-color: rgb(125,187,48); }
td.TdClassName
{
border-color: #7DBB30;
}
.TagClassName
{
border-color: #7DBB30;
}
</style>