Html Css Color HEX #7AB325 Lima

📋 copy color: '#7AB325'

red 122 ◦ green 179 ◦ blue 37

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

Shades of Lima #7AB325

Tints of Lima #7AB325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.96%

 BLUE value IS 37 (14.84% from 255) = 10.95%

R = 36.09%
G = 52.96%
B = 10.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#7AB325 (or 0x7AB325) is known color: Lima. HEX triplet: 7A, B3 and 25. RGB value is (122,179,37). Sum of RGB (Red+Green+Blue) = 122+179+37=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB325 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB325 is #854CDA. Grayscale: #929292. Windows color (decimal): -8735963 or 2470778. OLE color: 2470778.

HSL color Cylindrical-coordinate representation of color #7AB325: hue angle of 84.08º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7AB325 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 122 179 37 -
CMYK 0.32 0 0.79 0.30
HSL 84.08º 0.66% 0.42% -
HSV(B) 84.08º 0.79% 0.7% -
XYZ 24.48 36.51 7.51 -
YUV 145.77 66.62 111.05 -
System Red Green Blue C M Y K H S L
Decimal 122 179 37 0.32 0 0.79 0.30 84.08 0.66 0.42
Hex 7A B3 25 20 0 4F 1E 54 42 2A
Octal 172 263 45 40 0 117 36 124 102 52
Binary 1111010 10110011 100101 100000 0 1001111 11110 1010100 1000010 101010

Color Harmonies of #7AB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB325

Black with #7AB325

Text Example


Text Example

White with #7AB325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,179,37); }

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

background-color css

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

 a { background-color: rgb(122,179,37); }

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

border-color css

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

 span { border-color: rgb(122,179,37); }

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