Shades of Lima #7BC318
Tints of Lima #7BC318
RGB
CMYK
RGB Variations
Color information
#7BC318 (or 0x7BC318) is known color: Lima. HEX triplet: 7B, C3 and 18. RGB value is (123,195,24). Sum of RGB (Red+Green+Blue) = 123+195+24=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 195 (76.56% from 255 or 57.02% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC318 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC318 is #843CE7. Grayscale: #9A9A9A. Windows color (decimal): -8666344 or 1622907. OLE color: 1622907.
HSL color Cylindrical-coordinate representation of color #7BC318: hue angle of 85.26º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7BC318 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 195 | 24 | - |
| CMYK | 0.37 | 0 | 0.88 | 0.24 |
| HSL | 85.26º | 0.78% | 0.43% | - |
| HSV(B) | 85.26º | 0.88% | 0.76% | - |
| XYZ | 27.85 | 43.31 | 7.76 | - |
| YUV | 153.98 | 54.65 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 195 | 24 | 0.37 | 0 | 0.88 | 0.24 | 85.26 | 0.78 | 0.43 |
| Hex | 7B | C3 | 18 | 25 | 0 | 58 | 18 | 55 | 4E | 2B |
| Octal | 173 | 303 | 30 | 45 | 0 | 130 | 30 | 125 | 116 | 53 |
| Binary | 1111011 | 11000011 | 11000 | 100101 | 0 | 1011000 | 11000 | 1010101 | 1001110 | 101011 |
Color Harmonies of #7BC318
Complementary color
Monochromatic Colors of #7BC318
Black with #7BC318
Text Example
Text Example
White with #7BC318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC318; }
p { color: rgb(123,195,24); }
H1.HeaderClassName
{
color: #7BC318;
}
.AnyTagClassName
{
color: #7BC318;
}
</style>
background-color css
<style>
a { background-color: #7BC318; }
a { background-color: rgb(123,195,24); }
div.DivClassName
{
background-color: #7BC318;
}
.BgClassName
{
background-color: #7BC318;
}
</style>
border-color css
<style>
span { border-color: #7BC318; }
span { border-color: rgb(123,195,24); }
td.TdClassName
{
border-color: #7BC318;
}
.TagClassName
{
border-color: #7BC318;
}
</style>