#7CB61B

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

Shades of Lima #7CB61B

Tints of Lima #7CB61B

Color information

#7CB61B (or 0x7CB61B) is unknown color: approx Lima. HEX triplet: 7C, B6 and 1B. RGB value is (124,182,27). Sum of RGB (Red+Green+Blue) = 124+182+27=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 182 (71.48% from 255 or 54.65% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB61B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB61B is #8349E4. Grayscale: #939393. Windows color (decimal): -8604133 or 1816188. OLE color: 1816188.

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

Color convert

RGB12418227-
CMYK0.3200.850.29
HSL82.45º74.16%40.98%-
HSV(B)82.45º85.16%71.37%-
XYZ25.2437.827.01-
YUV146.9960.28111.6-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.24%
GREEN value IS 182 (71.48% from 255) = 54.65%
BLUE value IS 27 (10.94% from 255) = 8.11%
R=37.24%
G=54.65%
B=8.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124182270.3200.850.2982.4574.1640.98
Hex7CB61B200551D524a29
Octal174266334001253512211251
Binary11111001011011011011100000010101011110110100101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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