#7CB02C

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

Shades of Lima #7CB02C

Tints of Lima #7CB02C

Color information

#7CB02C (or 0x7CB02C) is unknown color: approx Lima. HEX triplet: 7C, B0 and 2C. RGB value is (124,176,44). Sum of RGB (Red+Green+Blue) = 124+176+44=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 176 (69.14% from 255 or 51.16% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB02C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB02C is #834FD3. Grayscale: #919191. Windows color (decimal): -8605652 or 2928764. OLE color: 2928764.

HSL color Cylindrical-coordinate representation of color #7CB02C: hue angle of 83.64º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7CB02C is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB12417644-
CMYK0.3000.750.31
HSL83.64º60%43.14%-
HSV(B)83.64º75%69.02%-
XYZ24.2935.527.96-
YUV145.470.77112.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.05%
GREEN value IS 176 (69.14% from 255) = 51.16%
BLUE value IS 44 (17.58% from 255) = 12.79%
R=36.05%
G=51.16%
B=12.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124176440.3000.750.3183.646043.14
Hex7CB02C1E04B1F543c2b
Octal17426054360113371247453
Binary1111100101100001011001111001001011111111010100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,176,44); }

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

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

 a { background-color: rgb(124,176,44); }

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

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

 span { border-color: rgb(124,176,44); }

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