Html Css Color HEX #7ACC20 Lima

📋 copy color: '#7ACC20'

red 122 ◦ green 204 ◦ blue 32

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

Shades of Lima #7ACC20

Tints of Lima #7ACC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.94%

R = 34.08%
G = 56.98%
B = 8.94%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#7ACC20 (or 0x7ACC20) is known color: Lima. HEX triplet: 7A, CC and 20. RGB value is (122,204,32). Sum of RGB (Red+Green+Blue) = 122+204+32=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 204 (80.08% from 255 or 56.98% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACC20 is #8533DF. Grayscale: #A0A0A0. Windows color (decimal): -8729568 or 2149498. OLE color: 2149498.

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

Color convert

RGB 122 204 32 -
CMYK 0.40 0 0.84 0.2
HSL 88.6º 0.73% 0.46% -
HSV(B) 88.6º 0.84% 0.8% -
XYZ 29.88 47.43 8.95 -
YUV 159.87 55.83 100.99 -
System Red Green Blue C M Y K H S L
Decimal 122 204 32 0.40 0 0.84 0.2 88.6 0.73 0.46
Hex 7A CC 20 28 0 54 14 59 49 2E
Octal 172 314 40 50 0 124 24 131 111 56
Binary 1111010 11001100 100000 101000 0 1010100 10100 1011001 1001001 101110

Color Harmonies of #7ACC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACC20

Black with #7ACC20

Text Example


Text Example

White with #7ACC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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