#7CB62A

Color #7CB62A Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7CB62A

Tints of Lima #7CB62A

Color information

#7CB62A (or 0x7CB62A) is unknown color: approx Lima. HEX triplet: 7C, B6 and 2A. RGB value is (124,182,42). Sum of RGB (Red+Green+Blue) = 124+182+42=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 182 (71.48% from 255 or 52.30% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB62A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB62A is #8349D5. Grayscale: #959595. Windows color (decimal): -8604118 or 2799228. OLE color: 2799228.

HSL color Cylindrical-coordinate representation of color #7CB62A: hue angle of 84.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7CB62A is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB12418242-
CMYK0.3200.770.29
HSL84.86º62.5%43.92%-
HSV(B)84.86º76.92%71.37%-
XYZ25.4637.918.17-
YUV148.767.78110.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 35.63%
GREEN value IS 182 (71.48% from 255) = 52.30%
BLUE value IS 42 (16.80% from 255) = 12.07%
R=35.63%
G=52.30%
B=12.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124182420.3200.770.2984.8662.543.92
Hex7CB62A2004D1D553e2c
Octal17426652400115351257654
Binary11111001011011010101010000001001101111011010101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CB62A; }

 p { color: rgb(124,182,42); }

 H1.HeaderClassName
 {
   color: #7CB62A;
 }
 .AnyTagClassName
 {
   color: #7CB62A;
 }
</style>
background-color css

<style>
 a { background-color: #7CB62A; }

 a { background-color: rgb(124,182,42); }

 div.DivClassName
 {
   background-color: #7CB62A;
 }
 .BgClassName
 {
   background-color: #7CB62A;
 }
</style>
border-color css

<style>
 span { border-color: #7CB62A; }

 span { border-color: rgb(124,182,42); }

 td.TdClassName
 {
   border-color: #7CB62A;
 }
 .TagClassName
 {
   border-color: #7CB62A;
 }
</style>