Html Css Color HEX #7CB326 Lima

📋 copy color: '#7CB326'

red 124 ◦ green 179 ◦ blue 38

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

Shades of Lima #7CB326

Tints of Lima #7CB326

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.49%

 BLUE value IS 38 (15.23% from 255) = 11.14%

R = 36.36%
G = 52.49%
B = 11.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#7CB326 (or 0x7CB326) is known color: Lima. HEX triplet: 7C, B3 and 26. RGB value is (124,179,38). Sum of RGB (Red+Green+Blue) = 124+179+38=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB326 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB326 is #834CD9. Grayscale: #929292. Windows color (decimal): -8604890 or 2536316. OLE color: 2536316.

HSL color Cylindrical-coordinate representation of color #7CB326: hue angle of 83.4º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7CB326 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 179 38 -
CMYK 0.31 0 0.79 0.30
HSL 83.4º 0.65% 0.43% -
HSV(B) 83.4º 0.79% 0.7% -
XYZ 24.78 36.67 7.6 -
YUV 146.48 66.78 111.96 -
System Red Green Blue C M Y K H S L
Decimal 124 179 38 0.31 0 0.79 0.30 83.4 0.65 0.43
Hex 7C B3 26 1F 0 4F 1E 53 41 2B
Octal 174 263 46 37 0 117 36 123 101 53
Binary 1111100 10110011 100110 11111 0 1001111 11110 1010011 1000001 101011

Color Harmonies of #7CB326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB326

Black with #7CB326

Text Example


Text Example

White with #7CB326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,179,38); }

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

background-color css

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

 a { background-color: rgb(124,179,38); }

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

border-color css

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

 span { border-color: rgb(124,179,38); }

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