Shades of Lima #7BD413
Tints of Lima #7BD413
RGB
CMYK
RGB Variations
Color information
#7BD413 (or 0x7BD413) is known color: Lima. HEX triplet: 7B, D4 and 13. RGB value is (123,212,19). Sum of RGB (Red+Green+Blue) = 123+212+19=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 212 (83.20% from 255 or 59.89% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 212 - color contains mainly: green. Hex color #7BD413 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BD413 is #842BEC. Grayscale: #A4A4A4. Windows color (decimal): -8661997 or 1299579. OLE color: 1299579.
HSL color Cylindrical-coordinate representation of color #7BD413: hue angle of 87.67º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7BD413 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 123 | 212 | 19 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.17 |
| HSL | 87.67º | 0.84% | 0.45% | - |
| HSV(B) | 87.67º | 0.91% | 0.83% | - |
| XYZ | 31.83 | 51.34 | 8.85 | - |
| YUV | 163.39 | 46.51 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 212 | 19 | 0.42 | 0 | 0.91 | 0.17 | 87.67 | 0.84 | 0.45 |
| Hex | 7B | D4 | 13 | 2A | 0 | 5B | 11 | 58 | 54 | 2D |
| Octal | 173 | 324 | 23 | 52 | 0 | 133 | 21 | 130 | 124 | 55 |
| Binary | 1111011 | 11010100 | 10011 | 101010 | 0 | 1011011 | 10001 | 1011000 | 1010100 | 101101 |
Color Harmonies of #7BD413
Complementary color
Monochromatic Colors of #7BD413
Black with #7BD413
Text Example
Text Example
White with #7BD413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD413; }
p { color: rgb(123,212,19); }
H1.HeaderClassName
{
color: #7BD413;
}
.AnyTagClassName
{
color: #7BD413;
}
</style>
background-color css
<style>
a { background-color: #7BD413; }
a { background-color: rgb(123,212,19); }
div.DivClassName
{
background-color: #7BD413;
}
.BgClassName
{
background-color: #7BD413;
}
</style>
border-color css
<style>
span { border-color: #7BD413; }
span { border-color: rgb(123,212,19); }
td.TdClassName
{
border-color: #7BD413;
}
.TagClassName
{
border-color: #7BD413;
}
</style>