Html Css Color HEX #7AC021 Lima

📋 copy color: '#7AC021'

red 122 ◦ green 192 ◦ blue 33

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

Shades of Lima #7AC021

Tints of Lima #7AC021

RGB

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

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

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

R = 35.16%
G = 55.33%
B = 9.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#7AC021 (or 0x7AC021) is known color: Lima. HEX triplet: 7A, C0 and 21. RGB value is (122,192,33). Sum of RGB (Red+Green+Blue) = 122+192+33=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC021 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC021 is #853FDE. Grayscale: #999999. Windows color (decimal): -8732639 or 2211962. OLE color: 2211962.

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

Color convert

RGB 122 192 33 -
CMYK 0.36 0 0.83 0.25
HSL 86.42º 0.71% 0.44% -
HSV(B) 86.42º 0.83% 0.75% -
XYZ 27.15 41.95 8.1 -
YUV 152.94 60.31 105.93 -
System Red Green Blue C M Y K H S L
Decimal 122 192 33 0.36 0 0.83 0.25 86.42 0.71 0.44
Hex 7A C0 21 24 0 53 19 56 47 2C
Octal 172 300 41 44 0 123 31 126 107 54
Binary 1111010 11000000 100001 100100 0 1010011 11001 1010110 1000111 101100

Color Harmonies of #7AC021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC021

Black with #7AC021

Text Example


Text Example

White with #7AC021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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