Html Css Color HEX #7AC20B Lima

📋 copy color: '#7AC20B'

red 122 ◦ green 194 ◦ blue 11

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

Shades of Lima #7AC20B

Tints of Lima #7AC20B

RGB

 RED value IS 122 (48.05% from 255) = 37.31%

 GREEN value IS 194 (76.17% from 255) = 59.33%

 BLUE value IS 11 (4.69% from 255) = 3.36%

R = 37.31%
G = 59.33%
B = 3.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#7AC20B (or 0x7AC20B) is known color: Lima. HEX triplet: 7A, C2 and 0B. RGB value is (122,194,11). Sum of RGB (Red+Green+Blue) = 122+194+11=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 194 (76.17% from 255 or 59.33% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC20B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC20B is #853DF4. Grayscale: #989898. Windows color (decimal): -8732149 or 770682. OLE color: 770682.

HSL color Cylindrical-coordinate representation of color #7AC20B: hue angle of 83.61º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7AC20B is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 122 194 11 -
CMYK 0.37 0 0.94 0.24
HSL 83.61º 0.89% 0.4% -
HSV(B) 83.61º 0.94% 0.76% -
XYZ 27.38 42.75 7.12 -
YUV 151.61 48.65 106.88 -
System Red Green Blue C M Y K H S L
Decimal 122 194 11 0.37 0 0.94 0.24 83.61 0.89 0.4
Hex 7A C2 B 25 0 5E 18 54 59 28
Octal 172 302 13 45 0 136 30 124 131 50
Binary 1111010 11000010 1011 100101 0 1011110 11000 1010100 1011001 101000

Color Harmonies of #7AC20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC20B

Black with #7AC20B

Text Example


Text Example

White with #7AC20B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,194,11); }

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

background-color css

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

 a { background-color: rgb(122,194,11); }

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

border-color css

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

 span { border-color: rgb(122,194,11); }

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