Shades of Lima #7BC924
Tints of Lima #7BC924
RGB
CMYK
RGB Variations
Color information
#7BC924 (or 0x7BC924) is known color: Lima. HEX triplet: 7B, C9 and 24. RGB value is (123,201,36). Sum of RGB (Red+Green+Blue) = 123+201+36=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 201 (78.91% from 255 or 55.83% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 201 - color contains mainly: green. Hex color #7BC924 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC924 is #8436DB. Grayscale: #9F9F9F. Windows color (decimal): -8664796 or 2410875. OLE color: 2410875.
HSL color Cylindrical-coordinate representation of color #7BC924: hue angle of 88.36º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7BC924 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 201 | 36 | - |
| CMYK | 0.39 | 0 | 0.82 | 0.21 |
| HSL | 88.36º | 0.7% | 0.46% | - |
| HSV(B) | 88.36º | 0.82% | 0.79% | - |
| XYZ | 29.37 | 46.11 | 9.02 | - |
| YUV | 158.87 | 58.66 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 201 | 36 | 0.39 | 0 | 0.82 | 0.21 | 88.36 | 0.7 | 0.46 |
| Hex | 7B | C9 | 24 | 27 | 0 | 52 | 15 | 58 | 46 | 2E |
| Octal | 173 | 311 | 44 | 47 | 0 | 122 | 25 | 130 | 106 | 56 |
| Binary | 1111011 | 11001001 | 100100 | 100111 | 0 | 1010010 | 10101 | 1011000 | 1000110 | 101110 |
Color Harmonies of #7BC924
Complementary color
Monochromatic Colors of #7BC924
Black with #7BC924
Text Example
Text Example
White with #7BC924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC924; }
p { color: rgb(123,201,36); }
H1.HeaderClassName
{
color: #7BC924;
}
.AnyTagClassName
{
color: #7BC924;
}
</style>
background-color css
<style>
a { background-color: #7BC924; }
a { background-color: rgb(123,201,36); }
div.DivClassName
{
background-color: #7BC924;
}
.BgClassName
{
background-color: #7BC924;
}
</style>
border-color css
<style>
span { border-color: #7BC924; }
span { border-color: rgb(123,201,36); }
td.TdClassName
{
border-color: #7BC924;
}
.TagClassName
{
border-color: #7BC924;
}
</style>