Html Css Color HEX #7CB42C Lima

📋 copy color: '#7CB42C'

red 124 ◦ green 180 ◦ blue 44

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

Shades of Lima #7CB42C

Tints of Lima #7CB42C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.72%

 BLUE value IS 44 (17.58% from 255) = 12.64%

R = 35.63%
G = 51.72%
B = 12.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#7CB42C (or 0x7CB42C) is known color: Lima. HEX triplet: 7C, B4 and 2C. RGB value is (124,180,44). Sum of RGB (Red+Green+Blue) = 124+180+44=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 180 (70.70% from 255 or 51.72% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB42C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB42C is #834BD3. Grayscale: #949494. Windows color (decimal): -8604628 or 2929788. OLE color: 2929788.

HSL color Cylindrical-coordinate representation of color #7CB42C: hue angle of 84.71º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7CB42C is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 180 44 -
CMYK 0.31 0 0.76 0.29
HSL 84.71º 0.61% 0.44% -
HSV(B) 84.71º 0.76% 0.71% -
XYZ 25.09 37.11 8.22 -
YUV 147.75 69.45 111.06 -
System Red Green Blue C M Y K H S L
Decimal 124 180 44 0.31 0 0.76 0.29 84.71 0.61 0.44
Hex 7C B4 2C 1F 0 4C 1D 55 3D 2C
Octal 174 264 54 37 0 114 35 125 75 54
Binary 1111100 10110100 101100 11111 0 1001100 11101 1010101 111101 101100

Color Harmonies of #7CB42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB42C

Black with #7CB42C

Text Example


Text Example

White with #7CB42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,180,44); }

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

background-color css

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

 a { background-color: rgb(124,180,44); }

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

border-color css

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

 span { border-color: rgb(124,180,44); }

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