Html Css Color HEX #7CB920 Lima

📋 copy color: '#7CB920'

red 124 ◦ green 185 ◦ blue 32

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

Shades of Lima #7CB920

Tints of Lima #7CB920

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.25%

 BLUE value IS 32 (12.89% from 255) = 9.38%

R = 36.36%
G = 54.25%
B = 9.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#7CB920 (or 0x7CB920) is known color: Lima. HEX triplet: 7C, B9 and 20. RGB value is (124,185,32). Sum of RGB (Red+Green+Blue) = 124+185+32=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB920 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB920 is #8346DF. Grayscale: #959595. Windows color (decimal): -8603360 or 2144636. OLE color: 2144636.

HSL color Cylindrical-coordinate representation of color #7CB920: hue angle of 83.92º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7CB920 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 185 32 -
CMYK 0.33 0 0.83 0.27
HSL 83.92º 0.71% 0.43% -
HSV(B) 83.92º 0.83% 0.73% -
XYZ 25.92 39.09 7.54 -
YUV 149.32 61.79 109.94 -
System Red Green Blue C M Y K H S L
Decimal 124 185 32 0.33 0 0.83 0.27 83.92 0.71 0.43
Hex 7C B9 20 21 0 53 1B 54 47 2B
Octal 174 271 40 41 0 123 33 124 107 53
Binary 1111100 10111001 100000 100001 0 1010011 11011 1010100 1000111 101011

Color Harmonies of #7CB920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB920

Black with #7CB920

Text Example


Text Example

White with #7CB920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,185,32); }

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

background-color css

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

 a { background-color: rgb(124,185,32); }

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

border-color css

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

 span { border-color: rgb(124,185,32); }

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