Html Css Color HEX #7AB42F Lima

📋 copy color: '#7AB42F'

red 122 ◦ green 180 ◦ blue 47

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

Shades of Lima #7AB42F

Tints of Lima #7AB42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.47%

R = 34.96%
G = 51.58%
B = 13.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#7AB42F (or 0x7AB42F) is known color: Lima. HEX triplet: 7A, B4 and 2F. RGB value is (122,180,47). Sum of RGB (Red+Green+Blue) = 122+180+47=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB42F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB42F is #854BD0. Grayscale: #939393. Windows color (decimal): -8735697 or 3126394. OLE color: 3126394.

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

Color convert

RGB 122 180 47 -
CMYK 0.32 0 0.74 0.29
HSL 86.17º 0.59% 0.45% -
HSV(B) 86.17º 0.74% 0.71% -
XYZ 24.86 36.99 8.52 -
YUV 147.5 71.28 109.81 -
System Red Green Blue C M Y K H S L
Decimal 122 180 47 0.32 0 0.74 0.29 86.17 0.59 0.45
Hex 7A B4 2F 20 0 4A 1D 56 3B 2D
Octal 172 264 57 40 0 112 35 126 73 55
Binary 1111010 10110100 101111 100000 0 1001010 11101 1010110 111011 101101

Color Harmonies of #7AB42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB42F

Black with #7AB42F

Text Example


Text Example

White with #7AB42F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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