Html Css Color HEX #7AB30C Lima

📋 copy color: '#7AB30C'

red 122 ◦ green 179 ◦ blue 12

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

Shades of Lima #7AB30C

Tints of Lima #7AB30C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 57.19%

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

R = 38.98%
G = 57.19%
B = 3.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#7AB30C (or 0x7AB30C) is known color: Lima. HEX triplet: 7A, B3 and 0C. RGB value is (122,179,12). Sum of RGB (Red+Green+Blue) = 122+179+12=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 179 (70.31% from 255 or 57.19% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB30C is #854CF3. Grayscale: #8F8F8F. Windows color (decimal): -8735988 or 832378. OLE color: 832378.

HSL color Cylindrical-coordinate representation of color #7AB30C: hue angle of 80.48º 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 #7AB30C is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 122 179 12 -
CMYK 0.32 0 0.93 0.30
HSL 80.48º 0.87% 0.37% -
HSV(B) 80.48º 0.93% 0.7% -
XYZ 24.21 36.4 6.1 -
YUV 142.92 54.12 113.08 -
System Red Green Blue C M Y K H S L
Decimal 122 179 12 0.32 0 0.93 0.30 80.48 0.87 0.37
Hex 7A B3 C 20 0 5D 1E 50 57 25
Octal 172 263 14 40 0 135 36 120 127 45
Binary 1111010 10110011 1100 100000 0 1011101 11110 1010000 1010111 100101

Color Harmonies of #7AB30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB30C

Black with #7AB30C

Text Example


Text Example

White with #7AB30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,179,12); }

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

background-color css

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

 a { background-color: rgb(122,179,12); }

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

border-color css

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

 span { border-color: rgb(122,179,12); }

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