Html Css Color HEX #7AC40D Lima

📋 copy color: '#7AC40D'

red 122 ◦ green 196 ◦ blue 13

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

Shades of Lima #7AC40D

Tints of Lima #7AC40D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 59.21%

 BLUE value IS 13 (5.47% from 255) = 3.93%

R = 36.86%
G = 59.21%
B = 3.93%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#7AC40D (or 0x7AC40D) is known color: Lima. HEX triplet: 7A, C4 and 0D. RGB value is (122,196,13). Sum of RGB (Red+Green+Blue) = 122+196+13=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 196 (76.95% from 255 or 59.21% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC40D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC40D is #853BF2. Grayscale: #999999. Windows color (decimal): -8731635 or 902266. OLE color: 902266.

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

Color convert

RGB 122 196 13 -
CMYK 0.38 0 0.93 0.23
HSL 84.26º 0.88% 0.41% -
HSV(B) 84.26º 0.93% 0.77% -
XYZ 27.84 43.65 7.34 -
YUV 153.01 48.98 105.88 -
System Red Green Blue C M Y K H S L
Decimal 122 196 13 0.38 0 0.93 0.23 84.26 0.88 0.41
Hex 7A C4 D 26 0 5D 17 54 58 29
Octal 172 304 15 46 0 135 27 124 130 51
Binary 1111010 11000100 1101 100110 0 1011101 10111 1010100 1011000 101001

Color Harmonies of #7AC40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC40D

Black with #7AC40D

Text Example


Text Example

White with #7AC40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,196,13); }

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

background-color css

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

 a { background-color: rgb(122,196,13); }

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

border-color css

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

 span { border-color: rgb(122,196,13); }

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