Html Css Color HEX #7ABA20 Lima

📋 copy color: '#7ABA20'

red 122 ◦ green 186 ◦ blue 32

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

Shades of Lima #7ABA20

Tints of Lima #7ABA20

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.71%

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

R = 35.88%
G = 54.71%
B = 9.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#7ABA20 (or 0x7ABA20) is known color: Lima. HEX triplet: 7A, BA and 20. RGB value is (122,186,32). Sum of RGB (Red+Green+Blue) = 122+186+32=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA20 is #8545DF. Grayscale: #959595. Windows color (decimal): -8734176 or 2144890. OLE color: 2144890.

HSL color Cylindrical-coordinate representation of color #7ABA20: hue angle of 84.94º 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 #7ABA20 is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 186 32 -
CMYK 0.34 0 0.83 0.27
HSL 84.94º 0.71% 0.43% -
HSV(B) 84.94º 0.83% 0.73% -
XYZ 25.85 39.36 7.6 -
YUV 149.31 61.8 108.52 -
System Red Green Blue C M Y K H S L
Decimal 122 186 32 0.34 0 0.83 0.27 84.94 0.71 0.43
Hex 7A BA 20 22 0 53 1B 55 47 2B
Octal 172 272 40 42 0 123 33 125 107 53
Binary 1111010 10111010 100000 100010 0 1010011 11011 1010101 1000111 101011

Color Harmonies of #7ABA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABA20

Black with #7ABA20

Text Example


Text Example

White with #7ABA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,186,32); }

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

background-color css

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

 a { background-color: rgb(122,186,32); }

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

border-color css

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

 span { border-color: rgb(122,186,32); }

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