Html Css Color HEX #7CB82A Lima

📋 copy color: '#7CB82A'

red 124 ◦ green 184 ◦ blue 42

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

Shades of Lima #7CB82A

Tints of Lima #7CB82A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.57%

 BLUE value IS 42 (16.8% from 255) = 12%

R = 35.43%
G = 52.57%
B = 12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#7CB82A (or 0x7CB82A) is known color: Lima. HEX triplet: 7C, B8 and 2A. RGB value is (124,184,42). Sum of RGB (Red+Green+Blue) = 124+184+42=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 184 (72.27% from 255 or 52.57% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB82A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB82A is #8347D5. Grayscale: #969696. Windows color (decimal): -8603606 or 2799740. OLE color: 2799740.

HSL color Cylindrical-coordinate representation of color #7CB82A: hue angle of 85.35º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7CB82A is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 124 184 42 -
CMYK 0.33 0 0.77 0.28
HSL 85.35º 0.63% 0.44% -
HSV(B) 85.35º 0.77% 0.72% -
XYZ 25.87 38.73 8.3 -
YUV 149.87 67.12 109.55 -
System Red Green Blue C M Y K H S L
Decimal 124 184 42 0.33 0 0.77 0.28 85.35 0.63 0.44
Hex 7C B8 2A 21 0 4D 1C 55 3F 2C
Octal 174 270 52 41 0 115 34 125 77 54
Binary 1111100 10111000 101010 100001 0 1001101 11100 1010101 111111 101100

Color Harmonies of #7CB82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB82A

Black with #7CB82A

Text Example


Text Example

White with #7CB82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,184,42); }

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

background-color css

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

 a { background-color: rgb(124,184,42); }

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

border-color css

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

 span { border-color: rgb(124,184,42); }

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