Html Css Color HEX #7AC51C Lima

📋 copy color: '#7AC51C'

red 122 ◦ green 197 ◦ blue 28

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

Shades of Lima #7AC51C

Tints of Lima #7AC51C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 56.77%

 BLUE value IS 28 (11.33% from 255) = 8.07%

R = 35.16%
G = 56.77%
B = 8.07%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#7AC51C (or 0x7AC51C) is known color: Lima. HEX triplet: 7A, C5 and 1C. RGB value is (122,197,28). Sum of RGB (Red+Green+Blue) = 122+197+28=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 197 (77.34% from 255 or 56.77% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC51C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC51C is #853AE3. Grayscale: #9B9B9B. Windows color (decimal): -8731364 or 1885562. OLE color: 1885562.

HSL color Cylindrical-coordinate representation of color #7AC51C: hue angle of 86.63º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7AC51C is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 122 197 28 -
CMYK 0.38 0 0.86 0.23
HSL 86.63º 0.75% 0.44% -
HSV(B) 86.63º 0.86% 0.77% -
XYZ 28.2 44.15 8.13 -
YUV 155.31 56.15 104.24 -
System Red Green Blue C M Y K H S L
Decimal 122 197 28 0.38 0 0.86 0.23 86.63 0.75 0.44
Hex 7A C5 1C 26 0 56 17 57 4B 2C
Octal 172 305 34 46 0 126 27 127 113 54
Binary 1111010 11000101 11100 100110 0 1010110 10111 1010111 1001011 101100

Color Harmonies of #7AC51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC51C

Black with #7AC51C

Text Example


Text Example

White with #7AC51C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,197,28); }

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

background-color css

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

 a { background-color: rgb(122,197,28); }

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

border-color css

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

 span { border-color: rgb(122,197,28); }

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