Shades of Lima #7CCD22
Tints of Lima #7CCD22
RGB
CMYK
RGB Variations
Color information
#7CCD22 (or 0x7CCD22) is known color: Lima. HEX triplet: 7C, CD and 22. RGB value is (124,205,34). Sum of RGB (Red+Green+Blue) = 124+205+34=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 205 (80.47% from 255 or 56.47% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCD22 is #8332DD. Grayscale: #A1A1A1. Windows color (decimal): -8598238 or 2280828. OLE color: 2280828.
HSL color Cylindrical-coordinate representation of color #7CCD22: hue angle of 88.42º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7CCD22 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 34 | - |
| CMYK | 0.40 | 0 | 0.83 | 0.20 |
| HSL | 88.42º | 0.72% | 0.47% | - |
| HSV(B) | 88.42º | 0.83% | 0.8% | - |
| XYZ | 30.43 | 48.06 | 9.19 | - |
| YUV | 161.29 | 56.16 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 34 | 0.40 | 0 | 0.83 | 0.20 | 88.42 | 0.72 | 0.47 |
| Hex | 7C | CD | 22 | 28 | 0 | 53 | 14 | 58 | 48 | 2F |
| Octal | 174 | 315 | 42 | 50 | 0 | 123 | 24 | 130 | 110 | 57 |
| Binary | 1111100 | 11001101 | 100010 | 101000 | 0 | 1010011 | 10100 | 1011000 | 1001000 | 101111 |
Color Harmonies of #7CCD22
Complementary color
Monochromatic Colors of #7CCD22
Black with #7CCD22
Text Example
Text Example
White with #7CCD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCD22; }
p { color: rgb(124,205,34); }
H1.HeaderClassName
{
color: #7CCD22;
}
.AnyTagClassName
{
color: #7CCD22;
}
</style>
background-color css
<style>
a { background-color: #7CCD22; }
a { background-color: rgb(124,205,34); }
div.DivClassName
{
background-color: #7CCD22;
}
.BgClassName
{
background-color: #7CCD22;
}
</style>
border-color css
<style>
span { border-color: #7CCD22; }
span { border-color: rgb(124,205,34); }
td.TdClassName
{
border-color: #7CCD22;
}
.TagClassName
{
border-color: #7CCD22;
}
</style>