Html Css Color HEX #7ACC22 Lima

📋 copy color: '#7ACC22'

red 122 ◦ green 204 ◦ blue 34

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

Shades of Lima #7ACC22

Tints of Lima #7ACC22

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.67%

 BLUE value IS 34 (13.67% from 255) = 9.44%

R = 33.89%
G = 56.67%
B = 9.44%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#7ACC22 (or 0x7ACC22) is known color: Lima. HEX triplet: 7A, CC and 22. RGB value is (122,204,34). Sum of RGB (Red+Green+Blue) = 122+204+34=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 204 (80.08% from 255 or 56.67% from 360); Blue value is 34 (13.67% from 255 or 9.44% from 360); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACC22 is #8533DD. Grayscale: #A0A0A0. Windows color (decimal): -8729566 or 2280570. OLE color: 2280570.

HSL color Cylindrical-coordinate representation of color #7ACC22: hue angle of 88.94º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7ACC22 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 204 34 -
CMYK 0.40 0 0.83 0.2
HSL 88.94º 0.71% 0.47% -
HSV(B) 88.94º 0.83% 0.8% -
XYZ 29.91 47.44 9.09 -
YUV 160.1 56.83 100.82 -
System Red Green Blue C M Y K H S L
Decimal 122 204 34 0.40 0 0.83 0.2 88.94 0.71 0.47
Hex 7A CC 22 28 0 53 14 59 47 2F
Octal 172 314 42 50 0 123 24 131 107 57
Binary 1111010 11001100 100010 101000 0 1010011 10100 1011001 1000111 101111

Color Harmonies of #7ACC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACC22

Black with #7ACC22

Text Example


Text Example

White with #7ACC22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,204,34); }

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

background-color css

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

 a { background-color: rgb(122,204,34); }

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

border-color css

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

 span { border-color: rgb(122,204,34); }

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