Html Css Color HEX #7AC211 Lima

📋 copy color: '#7AC211'

red 122 ◦ green 194 ◦ blue 17

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

Shades of Lima #7AC211

Tints of Lima #7AC211

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.26%

 BLUE value IS 17 (7.03% from 255) = 5.11%

R = 36.64%
G = 58.26%
B = 5.11%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#7AC211 (or 0x7AC211) is known color: Lima. HEX triplet: 7A, C2 and 11. RGB value is (122,194,17). Sum of RGB (Red+Green+Blue) = 122+194+17=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 194 (76.17% from 255 or 58.26% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC211 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC211 is #853DEE. Grayscale: #989898. Windows color (decimal): -8732143 or 1163898. OLE color: 1163898.

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

Color convert

RGB 122 194 17 -
CMYK 0.37 0 0.91 0.24
HSL 84.41º 0.84% 0.41% -
HSV(B) 84.41º 0.91% 0.76% -
XYZ 27.42 42.76 7.34 -
YUV 152.29 51.65 106.39 -
System Red Green Blue C M Y K H S L
Decimal 122 194 17 0.37 0 0.91 0.24 84.41 0.84 0.41
Hex 7A C2 11 25 0 5B 18 54 54 29
Octal 172 302 21 45 0 133 30 124 124 51
Binary 1111010 11000010 10001 100101 0 1011011 11000 1010100 1010100 101001

Color Harmonies of #7AC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC211

Black with #7AC211

Text Example


Text Example

White with #7AC211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,194,17); }

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

background-color css

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

 a { background-color: rgb(122,194,17); }

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

border-color css

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

 span { border-color: rgb(122,194,17); }

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