Html Css Color HEX #7AB52D Lima

📋 copy color: '#7AB52D'

red 122 ◦ green 181 ◦ blue 45

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

Shades of Lima #7AB52D

Tints of Lima #7AB52D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.01%

 BLUE value IS 45 (17.97% from 255) = 12.93%

R = 35.06%
G = 52.01%
B = 12.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#7AB52D (or 0x7AB52D) is known color: Lima. HEX triplet: 7A, B5 and 2D. RGB value is (122,181,45). Sum of RGB (Red+Green+Blue) = 122+181+45=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 181 (71.09% from 255 or 52.01% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB52D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB52D is #854AD2. Grayscale: #949494. Windows color (decimal): -8735443 or 2995578. OLE color: 2995578.

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

Color convert

RGB 122 181 45 -
CMYK 0.33 0 0.75 0.29
HSL 86.03º 0.6% 0.44% -
HSV(B) 86.03º 0.75% 0.71% -
XYZ 25.02 37.37 8.38 -
YUV 147.86 69.95 109.56 -
System Red Green Blue C M Y K H S L
Decimal 122 181 45 0.33 0 0.75 0.29 86.03 0.6 0.44
Hex 7A B5 2D 21 0 4B 1D 56 3C 2C
Octal 172 265 55 41 0 113 35 126 74 54
Binary 1111010 10110101 101101 100001 0 1001011 11101 1010110 111100 101100

Color Harmonies of #7AB52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB52D

Black with #7AB52D

Text Example


Text Example

White with #7AB52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,181,45); }

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

background-color css

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

 a { background-color: rgb(122,181,45); }

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

border-color css

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

 span { border-color: rgb(122,181,45); }

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