Html Css Color HEX #7CB132 Lima

📋 copy color: '#7CB132'

red 124 ◦ green 177 ◦ blue 50

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

Shades of Lima #7CB132

Tints of Lima #7CB132

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.43%

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

R = 35.33%
G = 50.43%
B = 14.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#7CB132 (or 0x7CB132) is known color: Lima. HEX triplet: 7C, B1 and 32. RGB value is (124,177,50). Sum of RGB (Red+Green+Blue) = 124+177+50=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 177 (69.53% from 255 or 50.43% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB132 is #834ECD. Grayscale: #939393. Windows color (decimal): -8605390 or 3322236. OLE color: 3322236.

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

Color convert

RGB 124 177 50 -
CMYK 0.30 0 0.72 0.31
HSL 85.04º 0.56% 0.45% -
HSV(B) 85.04º 0.72% 0.69% -
XYZ 24.61 35.96 8.66 -
YUV 146.68 73.44 111.83 -
System Red Green Blue C M Y K H S L
Decimal 124 177 50 0.30 0 0.72 0.31 85.04 0.56 0.45
Hex 7C B1 32 1E 0 48 1F 55 38 2D
Octal 174 261 62 36 0 110 37 125 70 55
Binary 1111100 10110001 110010 11110 0 1001000 11111 1010101 111000 101101

Color Harmonies of #7CB132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB132

Black with #7CB132

Text Example


Text Example

White with #7CB132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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