Html Css Color HEX #7AB41F Lima

📋 copy color: '#7AB41F'

red 122 ◦ green 180 ◦ blue 31

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

Shades of Lima #7AB41F

Tints of Lima #7AB41F

RGB

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

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

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

R = 36.64%
G = 54.05%
B = 9.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#7AB41F (or 0x7AB41F) is known color: Lima. HEX triplet: 7A, B4 and 1F. RGB value is (122,180,31). Sum of RGB (Red+Green+Blue) = 122+180+31=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB41F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB41F is #854BE0. Grayscale: #929292. Windows color (decimal): -8735713 or 2077818. OLE color: 2077818.

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

Color convert

RGB 122 180 31 -
CMYK 0.32 0 0.83 0.29
HSL 83.36º 0.71% 0.41% -
HSV(B) 83.36º 0.83% 0.71% -
XYZ 24.59 36.88 7.12 -
YUV 145.67 63.28 111.12 -
System Red Green Blue C M Y K H S L
Decimal 122 180 31 0.32 0 0.83 0.29 83.36 0.71 0.41
Hex 7A B4 1F 20 0 53 1D 53 47 29
Octal 172 264 37 40 0 123 35 123 107 51
Binary 1111010 10110100 11111 100000 0 1010011 11101 1010011 1000111 101001

Color Harmonies of #7AB41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB41F

Black with #7AB41F

Text Example


Text Example

White with #7AB41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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