Html Css Color HEX #7CB82B Lima

📋 copy color: '#7CB82B'

red 124 ◦ green 184 ◦ blue 43

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

Shades of Lima #7CB82B

Tints of Lima #7CB82B

RGB

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

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

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

R = 35.33%
G = 52.42%
B = 12.25%

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

#7CB82B (or 0x7CB82B) is known color: Lima. HEX triplet: 7C, B8 and 2B. RGB value is (124,184,43). Sum of RGB (Red+Green+Blue) = 124+184+43=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 184 (72.27% from 255 or 52.42% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB82B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB82B is #8347D4. Grayscale: #969696. Windows color (decimal): -8603605 or 2865276. OLE color: 2865276.

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

Color convert

RGB 124 184 43 -
CMYK 0.33 0 0.77 0.28
HSL 85.53º 0.62% 0.45% -
HSV(B) 85.53º 0.77% 0.72% -
XYZ 25.89 38.74 8.4 -
YUV 149.99 67.62 109.46 -
System Red Green Blue C M Y K H S L
Decimal 124 184 43 0.33 0 0.77 0.28 85.53 0.62 0.45
Hex 7C B8 2B 21 0 4D 1C 56 3E 2D
Octal 174 270 53 41 0 115 34 126 76 55
Binary 1111100 10111000 101011 100001 0 1001101 11100 1010110 111110 101101

Color Harmonies of #7CB82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB82B

Black with #7CB82B

Text Example


Text Example

White with #7CB82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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