Html Css Color HEX #7CB631 Lima

📋 copy color: '#7CB631'

red 124 ◦ green 182 ◦ blue 49

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

Shades of Lima #7CB631

Tints of Lima #7CB631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.8%

R = 34.93%
G = 51.27%
B = 13.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#7CB631 (or 0x7CB631) is known color: Lima. HEX triplet: 7C, B6 and 31. RGB value is (124,182,49). Sum of RGB (Red+Green+Blue) = 124+182+49=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 182 (71.48% from 255 or 51.27% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB631 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB631 is #8349CE. Grayscale: #959595. Windows color (decimal): -8604111 or 3257980. OLE color: 3257980.

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

Color convert

RGB 124 182 49 -
CMYK 0.32 0 0.73 0.29
HSL 86.17º 0.58% 0.45% -
HSV(B) 86.17º 0.73% 0.71% -
XYZ 25.59 37.96 8.88 -
YUV 149.5 71.28 109.81 -
System Red Green Blue C M Y K H S L
Decimal 124 182 49 0.32 0 0.73 0.29 86.17 0.58 0.45
Hex 7C B6 31 20 0 49 1D 56 3A 2D
Octal 174 266 61 40 0 111 35 126 72 55
Binary 1111100 10110110 110001 100000 0 1001001 11101 1010110 111010 101101

Color Harmonies of #7CB631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB631

Black with #7CB631

Text Example


Text Example

White with #7CB631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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