Html Css Color HEX #7CAA2B Lima

📋 copy color: '#7CAA2B'

red 124 ◦ green 170 ◦ blue 43

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

Shades of Lima #7CAA2B

Tints of Lima #7CAA2B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50.45%

 BLUE value IS 43 (17.19% from 255) = 12.76%

R = 36.8%
G = 50.45%
B = 12.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#7CAA2B (or 0x7CAA2B) is known color: Lima. HEX triplet: 7C, AA and 2B. RGB value is (124,170,43). Sum of RGB (Red+Green+Blue) = 124+170+43=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAA2B is #8355D4. Grayscale: #8E8E8E. Windows color (decimal): -8607189 or 2861692. OLE color: 2861692.

HSL color Cylindrical-coordinate representation of color #7CAA2B: hue angle of 81.73º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7CAA2B is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 170 43 -
CMYK 0.27 0 0.75 0.33
HSL 81.73º 0.6% 0.42% -
HSV(B) 81.73º 0.75% 0.67% -
XYZ 23.12 33.21 7.48 -
YUV 141.77 72.26 115.33 -
System Red Green Blue C M Y K H S L
Decimal 124 170 43 0.27 0 0.75 0.33 81.73 0.6 0.42
Hex 7C AA 2B 1B 0 4B 21 52 3C 2A
Octal 174 252 53 33 0 113 41 122 74 52
Binary 1111100 10101010 101011 11011 0 1001011 100001 1010010 111100 101010

Color Harmonies of #7CAA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAA2B

Black with #7CAA2B

Text Example


Text Example

White with #7CAA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,170,43); }

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

background-color css

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

 a { background-color: rgb(124,170,43); }

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

border-color css

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

 span { border-color: rgb(124,170,43); }

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