Html Css Color HEX #7CB334 Lima

📋 copy color: '#7CB334'

red 124 ◦ green 179 ◦ blue 52

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

Shades of Lima #7CB334

Tints of Lima #7CB334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.65%

R = 34.93%
G = 50.42%
B = 14.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#7CB334 (or 0x7CB334) is known color: Lima. HEX triplet: 7C, B3 and 34. RGB value is (124,179,52). Sum of RGB (Red+Green+Blue) = 124+179+52=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB334 is #834CCB. Grayscale: #949494. Windows color (decimal): -8604876 or 3453820. OLE color: 3453820.

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

Color convert

RGB 124 179 52 -
CMYK 0.31 0 0.71 0.30
HSL 85.98º 0.55% 0.45% -
HSV(B) 85.98º 0.71% 0.7% -
XYZ 25.05 36.77 9.03 -
YUV 148.08 73.78 110.83 -
System Red Green Blue C M Y K H S L
Decimal 124 179 52 0.31 0 0.71 0.30 85.98 0.55 0.45
Hex 7C B3 34 1F 0 47 1E 56 37 2D
Octal 174 263 64 37 0 107 36 126 67 55
Binary 1111100 10110011 110100 11111 0 1000111 11110 1010110 110111 101101

Color Harmonies of #7CB334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB334

Black with #7CB334

Text Example


Text Example

White with #7CB334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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