#7CAF32

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

Shades of Lima #7CAF32

Tints of Lima #7CAF32

Color information

#7CAF32 (or 0x7CAF32) is unknown color: approx Lima. HEX triplet: 7C, AF and 32. RGB value is (124,175,50). Sum of RGB (Red+Green+Blue) = 124+175+50=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAF32 is #8350CD. Grayscale: #919191. Windows color (decimal): -8605902 or 3321724. OLE color: 3321724.

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

Color convert

RGB12417550-
CMYK0.2900.710.31
HSL84.48º55.56%44.12%-
HSV(B)84.48º71.43%68.63%-
XYZ24.2235.188.53-
YUV145.574.1112.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.53%
GREEN value IS 175 (68.75% from 255) = 50.14%
BLUE value IS 50 (19.92% from 255) = 14.33%
R=35.53%
G=50.14%
B=14.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124175500.2900.710.3184.4855.5644.12
Hex7CAF321D0471F54382c
Octal17425762350107371247054
Binary1111100101011111100101110101000111111111010100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,175,50); }

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

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

 a { background-color: rgb(124,175,50); }

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

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

 span { border-color: rgb(124,175,50); }

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