Html Css Color HEX #7AC32D Lima

📋 copy color: '#7AC32D'

red 122 ◦ green 195 ◦ blue 45

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

Shades of Lima #7AC32D

Tints of Lima #7AC32D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.87%

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

R = 33.7%
G = 53.87%
B = 12.43%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#7AC32D (or 0x7AC32D) is known color: Lima. HEX triplet: 7A, C3 and 2D. RGB value is (122,195,45). Sum of RGB (Red+Green+Blue) = 122+195+45=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC32D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC32D is #853CD2. Grayscale: #9C9C9C. Windows color (decimal): -8731859 or 2999162. OLE color: 2999162.

HSL color Cylindrical-coordinate representation of color #7AC32D: hue angle of 89.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7AC32D is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 122 195 45 -
CMYK 0.37 0 0.77 0.24
HSL 89.2º 0.63% 0.47% -
HSV(B) 89.2º 0.77% 0.76% -
XYZ 28.01 43.36 9.37 -
YUV 156.07 65.32 103.7 -
System Red Green Blue C M Y K H S L
Decimal 122 195 45 0.37 0 0.77 0.24 89.2 0.63 0.47
Hex 7A C3 2D 25 0 4D 18 59 3E 2F
Octal 172 303 55 45 0 115 30 131 76 57
Binary 1111010 11000011 101101 100101 0 1001101 11000 1011001 111110 101111

Color Harmonies of #7AC32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC32D

Black with #7AC32D

Text Example


Text Example

White with #7AC32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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