Html Css Color HEX #7CB20C Lima

📋 copy color: '#7CB20C'

red 124 ◦ green 178 ◦ blue 12

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

Shades of Lima #7CB20C

Tints of Lima #7CB20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.82%

R = 39.49%
G = 56.69%
B = 3.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#7CB20C (or 0x7CB20C) is known color: Lima. HEX triplet: 7C, B2 and 0C. RGB value is (124,178,12). Sum of RGB (Red+Green+Blue) = 124+178+12=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 178 (69.92% from 255 or 56.69% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB20C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB20C is #834DF3. Grayscale: #8F8F8F. Windows color (decimal): -8605172 or 832124. OLE color: 832124.

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

Color convert

RGB 124 178 12 -
CMYK 0.30 0 0.93 0.30
HSL 79.52º 0.87% 0.37% -
HSV(B) 79.52º 0.93% 0.7% -
XYZ 24.3 36.15 6.05 -
YUV 142.93 54.11 114.5 -
System Red Green Blue C M Y K H S L
Decimal 124 178 12 0.30 0 0.93 0.30 79.52 0.87 0.37
Hex 7C B2 C 1E 0 5D 1E 50 57 25
Octal 174 262 14 36 0 135 36 120 127 45
Binary 1111100 10110010 1100 11110 0 1011101 11110 1010000 1010111 100101

Color Harmonies of #7CB20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB20C

Black with #7CB20C

Text Example


Text Example

White with #7CB20C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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