Html Css Color HEX #7CB226 Lima

📋 copy color: '#7CB226'

red 124 ◦ green 178 ◦ blue 38

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

Shades of Lima #7CB226

Tints of Lima #7CB226

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.35%

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

R = 36.47%
G = 52.35%
B = 11.18%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#7CB226 (or 0x7CB226) is known color: Lima. HEX triplet: 7C, B2 and 26. RGB value is (124,178,38). Sum of RGB (Red+Green+Blue) = 124+178+38=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 178 (69.92% from 255 or 52.35% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB226 is #834DD9. Grayscale: #929292. Windows color (decimal): -8605146 or 2536060. OLE color: 2536060.

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

Color convert

RGB 124 178 38 -
CMYK 0.30 0 0.79 0.30
HSL 83.14º 0.65% 0.42% -
HSV(B) 83.14º 0.79% 0.7% -
XYZ 24.58 36.27 7.54 -
YUV 145.89 67.11 112.38 -
System Red Green Blue C M Y K H S L
Decimal 124 178 38 0.30 0 0.79 0.30 83.14 0.65 0.42
Hex 7C B2 26 1E 0 4F 1E 53 41 2A
Octal 174 262 46 36 0 117 36 123 101 52
Binary 1111100 10110010 100110 11110 0 1001111 11110 1010011 1000001 101010

Color Harmonies of #7CB226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB226

Black with #7CB226

Text Example


Text Example

White with #7CB226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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