#7AC02B

Color #7AC02B Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7AC02B

Tints of Lima #7AC02B

Color information

#7AC02B (or 0x7AC02B) is unknown color: approx Lima. HEX triplet: 7A, C0 and 2B. RGB value is (122,192,43). Sum of RGB (Red+Green+Blue) = 122+192+43=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC02B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC02B is #853FD4. Grayscale: #9A9A9A. Windows color (decimal): -8732629 or 2867322. OLE color: 2867322.

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

Color convert

RGB12219243-
CMYK0.3600.780.25
HSL88.19º63.4%46.08%-
HSV(B)88.19º77.6%75.29%-
XYZ27.3142.018.96-
YUV154.0865.31105.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.17%
GREEN value IS 192 (75.39% from 255) = 53.78%
BLUE value IS 43 (17.19% from 255) = 12.04%
R=34.17%
G=53.78%
B=12.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122192430.3600.780.2588.1963.446.08
Hex7AC02B2404E19583f2e
Octal17230053440116311307756
Binary11110101100000010101110010001001110110011011000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AC02B;
 }
 .AnyTagClassName
 {
   color: #7AC02B;
 }
</style>
background-color css

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

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

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

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

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

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