Html Css Color HEX #7ACB20 Lima

📋 copy color: '#7ACB20'

red 122 ◦ green 203 ◦ blue 32

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

Shades of Lima #7ACB20

Tints of Lima #7ACB20

RGB

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

 GREEN value IS 203 (79.69% from 255) = 56.86%

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

R = 34.17%
G = 56.86%
B = 8.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#7ACB20 (or 0x7ACB20) is known color: Lima. HEX triplet: 7A, CB and 20. RGB value is (122,203,32). Sum of RGB (Red+Green+Blue) = 122+203+32=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 203 (79.69% from 255 or 56.86% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACB20 is #8534DF. Grayscale: #9F9F9F. Windows color (decimal): -8729824 or 2149242. OLE color: 2149242.

HSL color Cylindrical-coordinate representation of color #7ACB20: hue angle of 88.42º 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 #7ACB20 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 203 32 -
CMYK 0.40 0 0.84 0.20
HSL 88.42º 0.73% 0.46% -
HSV(B) 88.42º 0.84% 0.8% -
XYZ 29.64 46.95 8.87 -
YUV 159.29 56.16 101.4 -
System Red Green Blue C M Y K H S L
Decimal 122 203 32 0.40 0 0.84 0.20 88.42 0.73 0.46
Hex 7A CB 20 28 0 54 14 58 49 2E
Octal 172 313 40 50 0 124 24 130 111 56
Binary 1111010 11001011 100000 101000 0 1010100 10100 1011000 1001001 101110

Color Harmonies of #7ACB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACB20

Black with #7ACB20

Text Example


Text Example

White with #7ACB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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