Shades of Lima #7BCA22
Tints of Lima #7BCA22
RGB
CMYK
RGB Variations
Color information
#7BCA22 (or 0x7BCA22) is known color: Lima. HEX triplet: 7B, CA and 22. RGB value is (123,202,34). Sum of RGB (Red+Green+Blue) = 123+202+34=359 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.26% from 359); Green value is 202 (79.30% from 255 or 56.27% from 359); Blue value is 34 (13.67% from 255 or 9.47% from 359); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCA22 is #8435DD. Grayscale: #9F9F9F. Windows color (decimal): -8664542 or 2280059. OLE color: 2280059.
HSL color Cylindrical-coordinate representation of color #7BCA22: hue angle of 88.21º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7BCA22 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 34 | - |
| CMYK | 0.39 | 0 | 0.83 | 0.21 |
| HSL | 88.21º | 0.71% | 0.46% | - |
| HSV(B) | 88.21º | 0.83% | 0.79% | - |
| XYZ | 29.58 | 46.57 | 8.94 | - |
| YUV | 159.23 | 57.33 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 34 | 0.39 | 0 | 0.83 | 0.21 | 88.21 | 0.71 | 0.46 |
| Hex | 7B | CA | 22 | 27 | 0 | 53 | 15 | 58 | 47 | 2E |
| Octal | 173 | 312 | 42 | 47 | 0 | 123 | 25 | 130 | 107 | 56 |
| Binary | 1111011 | 11001010 | 100010 | 100111 | 0 | 1010011 | 10101 | 1011000 | 1000111 | 101110 |
Color Harmonies of #7BCA22
Complementary color
Monochromatic Colors of #7BCA22
Black with #7BCA22
Text Example
Text Example
White with #7BCA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCA22; }
p { color: rgb(123,202,34); }
H1.HeaderClassName
{
color: #7BCA22;
}
.AnyTagClassName
{
color: #7BCA22;
}
</style>
background-color css
<style>
a { background-color: #7BCA22; }
a { background-color: rgb(123,202,34); }
div.DivClassName
{
background-color: #7BCA22;
}
.BgClassName
{
background-color: #7BCA22;
}
</style>
border-color css
<style>
span { border-color: #7BCA22; }
span { border-color: rgb(123,202,34); }
td.TdClassName
{
border-color: #7BCA22;
}
.TagClassName
{
border-color: #7BCA22;
}
</style>