#7CB124

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

Shades of Lima #7CB124

Tints of Lima #7CB124

Color information

#7CB124 (or 0x7CB124) is unknown color: approx Lima. HEX triplet: 7C, B1 and 24. RGB value is (124,177,36). Sum of RGB (Red+Green+Blue) = 124+177+36=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB124 is #834EDB. Grayscale: #919191. Windows color (decimal): -8605404 or 2404732. OLE color: 2404732.

HSL color Cylindrical-coordinate representation of color #7CB124: hue angle of 82.55º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7CB124 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB12417736-
CMYK0.3000.800.31
HSL82.55º66.2%41.76%-
HSV(B)82.55º79.66%69.41%-
XYZ24.3535.867.31-
YUV145.0866.44112.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.80%
GREEN value IS 177 (69.53% from 255) = 52.52%
BLUE value IS 36 (14.45% from 255) = 10.68%
R=36.80%
G=52.52%
B=10.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124177360.3000.800.3182.5566.241.76
Hex7CB1241E0501F53422a
Octal174261443601203712310252
Binary11111001011000110010011110010100001111110100111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,177,36); }

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

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

 a { background-color: rgb(124,177,36); }

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

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

 span { border-color: rgb(124,177,36); }

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