Html Css Color HEX #7AB40D Lima

📋 copy color: '#7AB40D'

red 122 ◦ green 180 ◦ blue 13

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

Shades of Lima #7AB40D

Tints of Lima #7AB40D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 57.14%

 BLUE value IS 13 (5.47% from 255) = 4.13%

R = 38.73%
G = 57.14%
B = 4.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#7AB40D (or 0x7AB40D) is known color: Lima. HEX triplet: 7A, B4 and 0D. RGB value is (122,180,13). Sum of RGB (Red+Green+Blue) = 122+180+13=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB40D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB40D is #854BF2. Grayscale: #909090. Windows color (decimal): -8735731 or 898170. OLE color: 898170.

HSL color Cylindrical-coordinate representation of color #7AB40D: hue angle of 80.84º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7AB40D is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 180 13 -
CMYK 0.32 0 0.93 0.29
HSL 80.84º 0.87% 0.38% -
HSV(B) 80.84º 0.93% 0.71% -
XYZ 24.42 36.81 6.2 -
YUV 143.62 54.28 112.58 -
System Red Green Blue C M Y K H S L
Decimal 122 180 13 0.32 0 0.93 0.29 80.84 0.87 0.38
Hex 7A B4 D 20 0 5D 1D 51 57 26
Octal 172 264 15 40 0 135 35 121 127 46
Binary 1111010 10110100 1101 100000 0 1011101 11101 1010001 1010111 100110

Color Harmonies of #7AB40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB40D

Black with #7AB40D

Text Example


Text Example

White with #7AB40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,180,13); }

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

background-color css

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

 a { background-color: rgb(122,180,13); }

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

border-color css

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

 span { border-color: rgb(122,180,13); }

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