Html Css Color HEX #7AC121 Lima

📋 copy color: '#7AC121'

red 122 ◦ green 193 ◦ blue 33

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

Shades of Lima #7AC121

Tints of Lima #7AC121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.46%

 BLUE value IS 33 (13.28% from 255) = 9.48%

R = 35.06%
G = 55.46%
B = 9.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#7AC121 (or 0x7AC121) is known color: Lima. HEX triplet: 7A, C1 and 21. RGB value is (122,193,33). Sum of RGB (Red+Green+Blue) = 122+193+33=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 193 (75.78% from 255 or 55.46% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC121 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC121 is #853EDE. Grayscale: #9A9A9A. Windows color (decimal): -8732383 or 2212218. OLE color: 2212218.

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

Color convert

RGB 122 193 33 -
CMYK 0.37 0 0.83 0.24
HSL 86.63º 0.71% 0.44% -
HSV(B) 86.63º 0.83% 0.76% -
XYZ 27.37 42.39 8.18 -
YUV 153.53 59.98 105.51 -
System Red Green Blue C M Y K H S L
Decimal 122 193 33 0.37 0 0.83 0.24 86.63 0.71 0.44
Hex 7A C1 21 25 0 53 18 57 47 2C
Octal 172 301 41 45 0 123 30 127 107 54
Binary 1111010 11000001 100001 100101 0 1010011 11000 1010111 1000111 101100

Color Harmonies of #7AC121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC121

Black with #7AC121

Text Example


Text Example

White with #7AC121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,193,33); }

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

background-color css

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

 a { background-color: rgb(122,193,33); }

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

border-color css

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

 span { border-color: rgb(122,193,33); }

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