Html Css Color HEX #7AB61D Lima

📋 copy color: '#7AB61D'

red 122 ◦ green 182 ◦ blue 29

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

Shades of Lima #7AB61D

Tints of Lima #7AB61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.71%

R = 36.64%
G = 54.65%
B = 8.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#7AB61D (or 0x7AB61D) is known color: Lima. HEX triplet: 7A, B6 and 1D. RGB value is (122,182,29). Sum of RGB (Red+Green+Blue) = 122+182+29=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 182 (71.48% from 255 or 54.65% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB61D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB61D is #8549E2. Grayscale: #939393. Windows color (decimal): -8735203 or 1947258. OLE color: 1947258.

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

Color convert

RGB 122 182 29 -
CMYK 0.33 0 0.84 0.29
HSL 83.53º 0.73% 0.41% -
HSV(B) 83.53º 0.84% 0.71% -
XYZ 24.98 37.68 7.12 -
YUV 146.62 61.62 110.44 -
System Red Green Blue C M Y K H S L
Decimal 122 182 29 0.33 0 0.84 0.29 83.53 0.73 0.41
Hex 7A B6 1D 21 0 54 1D 54 49 29
Octal 172 266 35 41 0 124 35 124 111 51
Binary 1111010 10110110 11101 100001 0 1010100 11101 1010100 1001001 101001

Color Harmonies of #7AB61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB61D

Black with #7AB61D

Text Example


Text Example

White with #7AB61D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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