Html Css Color HEX #7AB41B Lima

📋 copy color: '#7AB41B'

red 122 ◦ green 180 ◦ blue 27

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

Shades of Lima #7AB41B

Tints of Lima #7AB41B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.21%

R = 37.08%
G = 54.71%
B = 8.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#7AB41B (or 0x7AB41B) is known color: Lima. HEX triplet: 7A, B4 and 1B. RGB value is (122,180,27). Sum of RGB (Red+Green+Blue) = 122+180+27=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB41B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB41B is #854BE4. Grayscale: #919191. Windows color (decimal): -8735717 or 1815674. OLE color: 1815674.

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

Color convert

RGB 122 180 27 -
CMYK 0.32 0 0.85 0.29
HSL 82.75º 0.74% 0.41% -
HSV(B) 82.75º 0.85% 0.71% -
XYZ 24.55 36.86 6.86 -
YUV 145.22 61.28 111.44 -
System Red Green Blue C M Y K H S L
Decimal 122 180 27 0.32 0 0.85 0.29 82.75 0.74 0.41
Hex 7A B4 1B 20 0 55 1D 53 4A 29
Octal 172 264 33 40 0 125 35 123 112 51
Binary 1111010 10110100 11011 100000 0 1010101 11101 1010011 1001010 101001

Color Harmonies of #7AB41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB41B

Black with #7AB41B

Text Example


Text Example

White with #7AB41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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