Html Css Color HEX #7ABA29 Lima

📋 copy color: '#7ABA29'

red 122 ◦ green 186 ◦ blue 41

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

Shades of Lima #7ABA29

Tints of Lima #7ABA29

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.3%

 BLUE value IS 41 (16.41% from 255) = 11.75%

R = 34.96%
G = 53.3%
B = 11.75%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#7ABA29 (or 0x7ABA29) is known color: Lima. HEX triplet: 7A, BA and 29. RGB value is (122,186,41). Sum of RGB (Red+Green+Blue) = 122+186+41=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA29 is #8545D6. Grayscale: #969696. Windows color (decimal): -8734167 or 2734714. OLE color: 2734714.

HSL color Cylindrical-coordinate representation of color #7ABA29: hue angle of 86.48º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7ABA29 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 186 41 -
CMYK 0.34 0 0.78 0.27
HSL 86.48º 0.64% 0.45% -
HSV(B) 86.48º 0.78% 0.73% -
XYZ 25.99 39.42 8.34 -
YUV 150.33 66.3 107.79 -
System Red Green Blue C M Y K H S L
Decimal 122 186 41 0.34 0 0.78 0.27 86.48 0.64 0.45
Hex 7A BA 29 22 0 4E 1B 56 40 2D
Octal 172 272 51 42 0 116 33 126 100 55
Binary 1111010 10111010 101001 100010 0 1001110 11011 1010110 1000000 101101

Color Harmonies of #7ABA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABA29

Black with #7ABA29

Text Example


Text Example

White with #7ABA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,186,41); }

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

background-color css

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

 a { background-color: rgb(122,186,41); }

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

border-color css

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

 span { border-color: rgb(122,186,41); }

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