Shades of Lima #7BD317
Tints of Lima #7BD317
RGB
CMYK
RGB Variations
Color information
#7BD317 (or 0x7BD317) is known color: Lima. HEX triplet: 7B, D3 and 17. RGB value is (123,211,23). Sum of RGB (Red+Green+Blue) = 123+211+23=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 211 (82.81% from 255 or 59.10% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 211 - color contains mainly: green. Hex color #7BD317 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BD317 is #842CE8. Grayscale: #A3A3A3. Windows color (decimal): -8662249 or 1561467. OLE color: 1561467.
HSL color Cylindrical-coordinate representation of color #7BD317: hue angle of 88.09º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7BD317 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 123 | 211 | 23 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.17 |
| HSL | 88.09º | 0.8% | 0.46% | - |
| HSV(B) | 88.09º | 0.89% | 0.83% | - |
| XYZ | 31.62 | 50.86 | 8.96 | - |
| YUV | 163.26 | 48.85 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 211 | 23 | 0.42 | 0 | 0.89 | 0.17 | 88.09 | 0.8 | 0.46 |
| Hex | 7B | D3 | 17 | 2A | 0 | 59 | 11 | 58 | 50 | 2E |
| Octal | 173 | 323 | 27 | 52 | 0 | 131 | 21 | 130 | 120 | 56 |
| Binary | 1111011 | 11010011 | 10111 | 101010 | 0 | 1011001 | 10001 | 1011000 | 1010000 | 101110 |
Color Harmonies of #7BD317
Complementary color
Monochromatic Colors of #7BD317
Black with #7BD317
Text Example
Text Example
White with #7BD317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD317; }
p { color: rgb(123,211,23); }
H1.HeaderClassName
{
color: #7BD317;
}
.AnyTagClassName
{
color: #7BD317;
}
</style>
background-color css
<style>
a { background-color: #7BD317; }
a { background-color: rgb(123,211,23); }
div.DivClassName
{
background-color: #7BD317;
}
.BgClassName
{
background-color: #7BD317;
}
</style>
border-color css
<style>
span { border-color: #7BD317; }
span { border-color: rgb(123,211,23); }
td.TdClassName
{
border-color: #7BD317;
}
.TagClassName
{
border-color: #7BD317;
}
</style>