Html Css Color HEX #7CB62F Lima

📋 copy color: '#7CB62F'

red 124 ◦ green 182 ◦ blue 47

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

Shades of Lima #7CB62F

Tints of Lima #7CB62F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.56%

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

R = 35.13%
G = 51.56%
B = 13.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#7CB62F (or 0x7CB62F) is known color: Lima. HEX triplet: 7C, B6 and 2F. RGB value is (124,182,47). Sum of RGB (Red+Green+Blue) = 124+182+47=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB62F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB62F is #8349D0. Grayscale: #959595. Windows color (decimal): -8604113 or 3126908. OLE color: 3126908.

HSL color Cylindrical-coordinate representation of color #7CB62F: hue angle of 85.78º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CB62F is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 182 47 -
CMYK 0.32 0 0.74 0.29
HSL 85.78º 0.59% 0.45% -
HSV(B) 85.78º 0.74% 0.71% -
XYZ 25.55 37.95 8.67 -
YUV 149.27 70.28 109.98 -
System Red Green Blue C M Y K H S L
Decimal 124 182 47 0.32 0 0.74 0.29 85.78 0.59 0.45
Hex 7C B6 2F 20 0 4A 1D 56 3B 2D
Octal 174 266 57 40 0 112 35 126 73 55
Binary 1111100 10110110 101111 100000 0 1001010 11101 1010110 111011 101101

Color Harmonies of #7CB62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB62F

Black with #7CB62F

Text Example


Text Example

White with #7CB62F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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