Html Css Color HEX #7AB61F Lima

📋 copy color: '#7AB61F'

red 122 ◦ green 182 ◦ blue 31

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

Shades of Lima #7AB61F

Tints of Lima #7AB61F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.33%

 BLUE value IS 31 (12.5% from 255) = 9.25%

R = 36.42%
G = 54.33%
B = 9.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#7AB61F (or 0x7AB61F) is known color: Lima. HEX triplet: 7A, B6 and 1F. RGB value is (122,182,31). Sum of RGB (Red+Green+Blue) = 122+182+31=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 182 (71.48% from 255 or 54.33% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB61F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB61F is #8549E0. Grayscale: #939393. Windows color (decimal): -8735201 or 2078330. OLE color: 2078330.

HSL color Cylindrical-coordinate representation of color #7AB61F: hue angle of 83.84º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7AB61F is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 182 31 -
CMYK 0.33 0 0.83 0.29
HSL 83.84º 0.71% 0.42% -
HSV(B) 83.84º 0.83% 0.71% -
XYZ 25 37.69 7.25 -
YUV 146.85 62.62 110.28 -
System Red Green Blue C M Y K H S L
Decimal 122 182 31 0.33 0 0.83 0.29 83.84 0.71 0.42
Hex 7A B6 1F 21 0 53 1D 54 47 2A
Octal 172 266 37 41 0 123 35 124 107 52
Binary 1111010 10110110 11111 100001 0 1010011 11101 1010100 1000111 101010

Color Harmonies of #7AB61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB61F

Black with #7AB61F

Text Example


Text Example

White with #7AB61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,182,31); }

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

background-color css

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

 a { background-color: rgb(122,182,31); }

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

border-color css

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

 span { border-color: rgb(122,182,31); }

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