Html Css Color HEX #7CB020 Lima

📋 copy color: '#7CB020'

red 124 ◦ green 176 ◦ blue 32

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

Shades of Lima #7CB020

Tints of Lima #7CB020

RGB

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

 GREEN value IS 176 (69.14% from 255) = 53.01%

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

R = 37.35%
G = 53.01%
B = 9.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#7CB020 (or 0x7CB020) is known color: Lima. HEX triplet: 7C, B0 and 20. RGB value is (124,176,32). Sum of RGB (Red+Green+Blue) = 124+176+32=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 176 (69.14% from 255 or 53.01% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB020 is #834FDF. Grayscale: #909090. Windows color (decimal): -8605664 or 2142332. OLE color: 2142332.

HSL color Cylindrical-coordinate representation of color #7CB020: hue angle of 81.67º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7CB020 is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 176 32 -
CMYK 0.30 0 0.82 0.31
HSL 81.67º 0.69% 0.41% -
HSV(B) 81.67º 0.82% 0.69% -
XYZ 24.1 35.44 6.94 -
YUV 144.04 64.77 113.71 -
System Red Green Blue C M Y K H S L
Decimal 124 176 32 0.30 0 0.82 0.31 81.67 0.69 0.41
Hex 7C B0 20 1E 0 52 1F 52 45 29
Octal 174 260 40 36 0 122 37 122 105 51
Binary 1111100 10110000 100000 11110 0 1010010 11111 1010010 1000101 101001

Color Harmonies of #7CB020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB020

Black with #7CB020

Text Example


Text Example

White with #7CB020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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