Html Css Color HEX #7CAC2F Lima

📋 copy color: '#7CAC2F'

red 124 ◦ green 172 ◦ blue 47

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

Shades of Lima #7CAC2F

Tints of Lima #7CAC2F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.15%

 BLUE value IS 47 (18.75% from 255) = 13.7%

R = 36.15%
G = 50.15%
B = 13.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#7CAC2F (or 0x7CAC2F) is known color: Lima. HEX triplet: 7C, AC and 2F. RGB value is (124,172,47). Sum of RGB (Red+Green+Blue) = 124+172+47=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAC2F is #8353D0. Grayscale: #8F8F8F. Windows color (decimal): -8606673 or 3124348. OLE color: 3124348.

HSL color Cylindrical-coordinate representation of color #7CAC2F: hue angle of 83.04º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7CAC2F is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 172 47 -
CMYK 0.28 0 0.73 0.33
HSL 83.04º 0.57% 0.43% -
HSV(B) 83.04º 0.73% 0.67% -
XYZ 23.58 34 8.01 -
YUV 143.4 73.6 114.16 -
System Red Green Blue C M Y K H S L
Decimal 124 172 47 0.28 0 0.73 0.33 83.04 0.57 0.43
Hex 7C AC 2F 1C 0 49 21 53 39 2B
Octal 174 254 57 34 0 111 41 123 71 53
Binary 1111100 10101100 101111 11100 0 1001001 100001 1010011 111001 101011

Color Harmonies of #7CAC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAC2F

Black with #7CAC2F

Text Example


Text Example

White with #7CAC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,172,47); }

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

background-color css

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

 a { background-color: rgb(124,172,47); }

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

border-color css

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

 span { border-color: rgb(124,172,47); }

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