Html Css Color HEX #7AC031 Lima

📋 copy color: '#7AC031'

red 122 ◦ green 192 ◦ blue 49

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

Shades of Lima #7AC031

Tints of Lima #7AC031

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.89%

 BLUE value IS 49 (19.53% from 255) = 13.5%

R = 33.61%
G = 52.89%
B = 13.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#7AC031 (or 0x7AC031) is known color: Lima. HEX triplet: 7A, C0 and 31. RGB value is (122,192,49). Sum of RGB (Red+Green+Blue) = 122+192+49=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC031 is #853FCE. Grayscale: #9B9B9B. Windows color (decimal): -8732623 or 3260538. OLE color: 3260538.

HSL color Cylindrical-coordinate representation of color #7AC031: hue angle of 89.37º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7AC031 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 192 49 -
CMYK 0.36 0 0.74 0.25
HSL 89.37º 0.59% 0.47% -
HSV(B) 89.37º 0.74% 0.75% -
XYZ 27.43 42.06 9.58 -
YUV 154.77 68.31 104.63 -
System Red Green Blue C M Y K H S L
Decimal 122 192 49 0.36 0 0.74 0.25 89.37 0.59 0.47
Hex 7A C0 31 24 0 4A 19 59 3B 2F
Octal 172 300 61 44 0 112 31 131 73 57
Binary 1111010 11000000 110001 100100 0 1001010 11001 1011001 111011 101111

Color Harmonies of #7AC031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC031

Black with #7AC031

Text Example


Text Example

White with #7AC031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,192,49); }

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

background-color css

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

 a { background-color: rgb(122,192,49); }

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

border-color css

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

 span { border-color: rgb(122,192,49); }

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