Html Css Color HEX #7CB332 Lima

📋 copy color: '#7CB332'

red 124 ◦ green 179 ◦ blue 50

#7CB332
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7CB332

Tints of Lima #7CB332

RGB

 RED value IS 124 (48.83% from 255) = 35.13%

 GREEN value IS 179 (70.31% from 255) = 50.71%

 BLUE value IS 50 (19.92% from 255) = 14.16%

R = 35.13%
G = 50.71%
B = 14.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#7CB332 (or 0x7CB332) is known color: Lima. HEX triplet: 7C, B3 and 32. RGB value is (124,179,50). Sum of RGB (Red+Green+Blue) = 124+179+50=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB332 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB332 is #834CCD. Grayscale: #949494. Windows color (decimal): -8604878 or 3322748. OLE color: 3322748.

HSL color Cylindrical-coordinate representation of color #7CB332: hue angle of 85.58º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7CB332 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 179 50 -
CMYK 0.31 0 0.72 0.30
HSL 85.58º 0.56% 0.45% -
HSV(B) 85.58º 0.72% 0.7% -
XYZ 25.01 36.76 8.79 -
YUV 147.85 72.78 110.99 -
System Red Green Blue C M Y K H S L
Decimal 124 179 50 0.31 0 0.72 0.30 85.58 0.56 0.45
Hex 7C B3 32 1F 0 48 1E 56 38 2D
Octal 174 263 62 37 0 110 36 126 70 55
Binary 1111100 10110011 110010 11111 0 1001000 11110 1010110 111000 101101

Color Harmonies of #7CB332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB332

Black with #7CB332

Text Example


Text Example

White with #7CB332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CB332;
 }
 .AnyTagClassName
 {
   color: #7CB332;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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